MonobjcMonobjc Documented Class Library
SUUpdater..::..UpdaterWillInstallUpdateEventHandler Delegate
NamespacesMonobjc.SparkleSUUpdaterSUUpdater..::..UpdaterWillInstallUpdateEventHandler

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 delegate void UpdaterWillInstallUpdateEventHandler(
	SUUpdater updater,
	SUAppcastItem update
)
Public Delegate Sub UpdaterWillInstallUpdateEventHandler ( _
	updater As SUUpdater, _
	update As SUAppcastItem _
)
public delegate void UpdaterWillInstallUpdateEventHandler(
	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)