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