FlyoutPanel.Showing Event
Fires when the panel is about to be displayed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event FlyoutPanelEventHandler Showing
Event Data
The Showing event's data class is DevExpress.Utils.FlyoutPanelEventArgs.
See Also