Allows the delegate to handle the end-of-erase feedback.
Original signature is '- (BOOL) eraseProgressPanel:(DREraseProgressPanel*)theErasePanel eraseDidFinish:(DRErase*)erase'

C# | Visual Basic | Visual C++ |
bool EraseProgressPanelEraseDidFinish( DREraseProgressPanel theErasePanel, DRErase erase )
Function EraseProgressPanelEraseDidFinish ( _ theErasePanel As DREraseProgressPanel, _ erase As DRErase _ ) As Boolean
bool EraseProgressPanelEraseDidFinish( DREraseProgressPanel^ theErasePanel, DRErase^ erase )

- theErasePanel (DREraseProgressPanel)
- The progress panel
- erase (DRErase)
- The object that performed the erase.

A BOOL indicating whether the normal end-of-erase 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)