Called immediately before relaunching.
Original signature is '- (void)updaterWillRelaunchApplication:(SUUpdater *)updater'
Available in Sparkle 1.5b6 and later.

Declaration Syntax
public delegate void UpdaterWillRelaunchApplicationEventHandler(
SUUpdater updater
)
Public Delegate Sub UpdaterWillRelaunchApplicationEventHandler ( _
updater As SUUpdater _
)
public delegate void UpdaterWillRelaunchApplicationEventHandler(
SUUpdater^ updater
)

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)