MonobjcMonobjc Documented Class Library
UpdaterWillInstallUpdateMessage Method (updater, update)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherUpdaterWillInstallUpdateMessage(SUUpdater, SUAppcastItem)

Sent immediately before installing the specified update.

Original signature is '- (void)updater:(SUUpdater *)updater willInstallUpdate:(SUAppcastItem *)update'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void UpdaterWillInstallUpdateMessage(
	SUUpdater updater,
	SUAppcastItem update
)
Public Sub UpdaterWillInstallUpdateMessage ( _
	updater As SUUpdater, _
	update As SUAppcastItem _
)
public:
void UpdaterWillInstallUpdateMessage(
	SUUpdater^ updater, 
	SUAppcastItem^ update
)
Parameters
updater (SUUpdater)
MISSING
update (SUAppcastItem)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Sparkle (Module: Monobjc.Sparkle)