Contents

eraseProgressPanelDidFinish(_:)

Notification sent by the panel after ordering out.

Declaration

func eraseProgressPanelDidFinish(_ aNotification: Notification!)

Parameters

  • aNotification:

    Always DREraseProgressPanelDidFinishNotification You can retrieve the DREraseProgressPanel object in question by sending Object to aNotification.

Discussion

If the delegate implements this method it will receive the message after the panel is removed from display.