MonobjcMonobjc Documented Class Library
BurnProgressPanelBurnDidFinishMessage Method (theBurnPanel, burn)
NamespacesMonobjc.DiscRecordingUIDRBurnProgressPanel..::..DRBurnProgressPanelDelegateEventDispatcherBurnProgressPanelBurnDidFinishMessage(DRBurnProgressPanel, DRBurn)

Allows the delegate to handle the end-of-burn feedback.

Original signature is '- (BOOL) burnProgressPanel:(DRBurnProgressPanel*)theBurnPanel burnDidFinish:(DRBurn*)burn'

Declaration Syntax
C#Visual BasicVisual C++
public bool BurnProgressPanelBurnDidFinishMessage(
	DRBurnProgressPanel theBurnPanel,
	DRBurn burn
)
Public Function BurnProgressPanelBurnDidFinishMessage ( _
	theBurnPanel As DRBurnProgressPanel, _
	burn As DRBurn _
) As Boolean
public:
bool BurnProgressPanelBurnDidFinishMessage(
	DRBurnProgressPanel^ theBurnPanel, 
	DRBurn^ burn
)
Parameters
theBurnPanel (DRBurnProgressPanel)
The progress panel
burn (DRBurn)
The object that performed the burn.
Return Value
A BOOL indicating whether the normal end-of-burn feedback should occur.
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)