Back to Devexpress

DXPopup Events

mobilecontrols-devexpress-dot-xamarinforms-dot-popup-dot-dxpopup-dot-underscore-events.md

latest1.6 KB
Original Source

DXPopup Events

A popup view that you can attach to any view on the screen or show as a separate dialog.

NameDescription
ClosedOccurs after the Popup closes.
ClosingOccurs before the Popup closes and allows you to cancel this action.
ClosingAnimationCompletedOccurs after the Popup’s closing animation completes.
ClosingAnimationStartingOccurs before the Popup’s closing animation starts.
OpenedOccurs after the Popup appears.
OpeningOccurs before the Popup appears and allows you to cancel this action.
OpeningAnimationCompletedOccurs after the Popup’s opening animation completes.
OpeningAnimationStartingOccurs before the Popup’s opening animation starts.

See Also

DXPopup Class

DXPopup Members

DevExpress.XamarinForms.Popup Namespace