MonobjcMonobjc Documented Class Library
BurnProgressPanelDidFinish Method (aNotification)
NamespacesMonobjc.DiscRecordingUIIDRBurnProgressPanelDelegateBurnProgressPanelDidFinish(NSNotification)

Notification sent by the panel after ordering out.

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

Declaration Syntax
C#Visual BasicVisual C++
void BurnProgressPanelDidFinish(
	NSNotification aNotification
)
Sub BurnProgressPanelDidFinish ( _
	aNotification As NSNotification _
)
void BurnProgressPanelDidFinish(
	NSNotification^ aNotification
)
Parameters
aNotification (NSNotification)
Always DRBurnProgressPanelDidFinishNotification . You can retrieve the DRBurnProgressPanel 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)