Back to Devexpress

DXPopup.Closing Event

mobilecontrols-devexpress-dot-xamarinforms-dot-popup-dot-dxpopup-af8b3339.md

latest1.2 KB
Original Source

DXPopup.Closing Event

Occurs before the Popup closes and allows you to cancel this action.

Namespace : DevExpress.XamarinForms.Popup

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public event CancelEventHandler Closing

Event Data

The Closing event's data class is CancelEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

See Also

DXPopup Class

DXPopup Members

DevExpress.XamarinForms.Popup Namespace