Notification sent by the panel before display.
Original signature is '- (void) burnProgressPanelWillBegin:(NSNotification*)aNotification'

C# | Visual Basic | Visual C++ |
public delegate void BurnProgressPanelWillBeginEventHandler( NSNotification aNotification )
Public Delegate Sub BurnProgressPanelWillBeginEventHandler ( _ aNotification As NSNotification _ )
public delegate void BurnProgressPanelWillBeginEventHandler( NSNotification^ aNotification )

- aNotification (NSNotification)
- Always DRBurnProgressPanelWillBeginNotification . You can retrieve the DRBurnProgressPanel object in question by sending object message to aNotification.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)