Use this to override the default behavior for Sparkle prompting the user about automatic update checks.
Original signature is '- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SUUpdater *)bundle'
Available in Sparkle 1.5b6 and later.

Declaration Syntax
public delegate bool UpdaterShouldPromptForPermissionToCheckForUpdatesEventHandler(
SUUpdater bundle
)
Public Delegate Function UpdaterShouldPromptForPermissionToCheckForUpdatesEventHandler ( _
bundle As SUUpdater _
) As Boolean
public delegate bool UpdaterShouldPromptForPermissionToCheckForUpdatesEventHandler(
SUUpdater^ bundle
)

Return Value

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)