DXPopup.ClosingAnimationStarting Event
Occurs before the DXPopup‘s 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