eraseProgressPanelWillBegin(_:)
Notification sent by the panel before display.
Declaration
func eraseProgressPanelWillBegin(_ aNotification: Notification!)Parameters
- aNotification:
Always
DREraseProgressPanelWillBeginNotificationYou can retrieve theDREraseProgressPanelobject in question by sending Object toaNotification.
Discussion
If the delegate implements this method it will receive the message immediately before the panel is displayed.