MonobjcMonobjc Documented Class Library
DREraseProgressPanel..::..EraseProgressPanelWillBeginEventHandler Delegate
NamespacesMonobjc.DiscRecordingUIDREraseProgressPanelDREraseProgressPanel..::..EraseProgressPanelWillBeginEventHandler

Notification sent by the panel before display.

Original signature is '- (void) eraseProgressPanelWillBegin:(NSNotification*)aNotification'

Declaration Syntax
C#Visual BasicVisual C++
public delegate void EraseProgressPanelWillBeginEventHandler(
	NSNotification aNotification
)
Public Delegate Sub EraseProgressPanelWillBeginEventHandler ( _
	aNotification As NSNotification _
)
public delegate void EraseProgressPanelWillBeginEventHandler(
	NSNotification^ aNotification
)
Parameters
aNotification (NSNotification)
Always DREraseProgressPanelWillBeginNotification . You can retrieve the DREraseProgressPanel object in question by sending object message to aNotification.
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.DiscRecordingUI (Module: Monobjc.DiscRecordingUI)