DXPopup.ClosingAnimationStarting Event
Occurs before the Popup’s closing animation starts.
Namespace: DevExpress.XamarinForms.Popup
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public event EventHandler ClosingAnimationStarting
Event Data
The ClosingAnimationStarting event's data class is EventArgs.
See Also