Back to Devexpress

FlyoutPanel.Showing Event

windowsforms-devexpress-dot-utils-dot-flyoutpanel-254f7ed3.md

latest1.3 KB
Original Source

FlyoutPanel.Showing Event

Fires when the panel is about to be displayed. Handle the FlyoutPanel.BeforeShow event instead.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event FlyoutPanelEventHandler Showing
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Events")>
Public Event Showing As FlyoutPanelEventHandler

Event Data

The Showing event's data class is DevExpress.Utils.FlyoutPanelEventArgs.

See Also

Shown

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace