eraseProgressPanelDidFinish(_:)
Notification sent by the panel after ordering out.
Declaration
func eraseProgressPanelDidFinish(_ aNotification: Notification!)Parameters
- aNotification:
Always
DREraseProgressPanelDidFinishNotificationYou can retrieve theDREraseProgressPanelobject in question by sending Object toaNotification.
Discussion
If the delegate implements this method it will receive the message after the panel is removed from display.