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