MonobjcMonobjc Documented Class Library
SUAppcast..::..AppcastFailedToLoadWithErrorEventHandler Delegate
NamespacesMonobjc.SparkleSUAppcastSUAppcast..::..AppcastFailedToLoadWithErrorEventHandler

Original signature is '- (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void AppcastFailedToLoadWithErrorEventHandler(
	SUAppcast appcast,
	NSError error
)
Public Delegate Sub AppcastFailedToLoadWithErrorEventHandler ( _
	appcast As SUAppcast, _
	error As NSError _
)
public delegate void AppcastFailedToLoadWithErrorEventHandler(
	SUAppcast^ appcast, 
	NSError^ error
)
Parameters
appcast (SUAppcast)
MISSING
error (NSError)
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)