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