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