DXPopupBase.ClosingAnimationStarting Event
Occurs before the pop-up view closing animation starts.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public event EventHandler ClosingAnimationStarting
Event Data
The ClosingAnimationStarting event's data class is EventArgs.
See Also