Allows the delegate to handle the end-of-burn feedback.
Original signature is '- (BOOL) burnProgressPanel:(DRBurnProgressPanel*)theBurnPanel burnDidFinish:(DRBurn*)burn'

C# | Visual Basic | Visual C++ |
bool BurnProgressPanelBurnDidFinish( DRBurnProgressPanel theBurnPanel, DRBurn burn )
Function BurnProgressPanelBurnDidFinish ( _ theBurnPanel As DRBurnProgressPanel, _ burn As DRBurn _ ) As Boolean
bool BurnProgressPanelBurnDidFinish( DRBurnProgressPanel^ theBurnPanel, DRBurn^ burn )

- theBurnPanel (DRBurnProgressPanel)
- The progress panel
- burn (DRBurn)
- The object that performed the burn.

A BOOL indicating whether the normal end-of-burn feedback should occur.

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