Back to Devexpress

FlyoutPanel.Shown Event

windowsforms-devexpress-dot-utils-dot-flyoutpanel-7356fd24.md

latest1.2 KB
Original Source

FlyoutPanel.Shown Event

Fires after the panel has been displayed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Events")]
public event FlyoutPanelEventHandler Shown
vb
<DXCategory("Events")>
Public Event Shown As FlyoutPanelEventHandler

Event Data

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

Remarks

To perform actions when the panel starts displaying, handle the FlyoutPanel.BeforeShow event.

See Also

BeforeShow

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace