Skip to main content

WindowsUIView.FlyoutShowing Event

Occurs when a Flyout is to be displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event FlyoutCancelEventHandler FlyoutShowing

Event Data

The FlyoutShowing event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutCancelEventArgs.

Remarks

While handling this event, you can perform additional checks and if required, set the Cancel parameter to true to cancel Flyout showing. After a Flyout is completely displayed, the WindowsUIView.FlyoutShown event occurs.

See Also