Notification sent by the panel after ordering out.
Original signature is '- (void) eraseProgressPanelDidFinish:(NSNotification*)aNotification'

C# | Visual Basic | Visual C++ |
void EraseProgressPanelDidFinish( NSNotification aNotification )
Sub EraseProgressPanelDidFinish ( _ aNotification As NSNotification _ )
void EraseProgressPanelDidFinish( NSNotification^ aNotification )

- aNotification (NSNotification)
- Always DREraseProgressPanelDidFinishNotification . You can retrieve the DREraseProgressPanel 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)