DXPopup.OpeningAnimationCompleted Event
Occurs after the Popup’s opening animation completes.
Namespace: DevExpress.XamarinForms.Popup
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public event EventHandler OpeningAnimationCompleted
Event Data
The OpeningAnimationCompleted event's data class is EventArgs.
See Also