Skip to main content

DXPopup Events

A popup view that you can attach to any view on the screen or show as a separate dialog.
Name Description
Closed Occurs after the Popup closes.
Closing Occurs before the Popup closes and allows you to cancel this action.
ClosingAnimationCompleted Occurs after the Popup’s closing animation completes.
ClosingAnimationStarting Occurs before the Popup’s closing animation starts.
Opened Occurs after the Popup appears.
Opening Occurs before the Popup appears and allows you to cancel this action.
OpeningAnimationCompleted Occurs after the Popup’s opening animation completes.
OpeningAnimationStarting Occurs before the Popup’s opening animation starts.
See Also