Skip to main content

WindowsUIView.FlyoutShown Event

Occurs after a Flyout within the WindowsUIView is completely displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler FlyoutShown

Event Data

The FlyoutShown event's data class is EventArgs.

Remarks

Before a Flyout is displayed, the WindowsUIView.FlyoutShowing event occurs. If you do not cancel this event, a Flyout appears and the FlyoutShown event occurs. When hiding a Flyout the WindowsUIView.FlyoutHiding and WindowsUIView.FlyoutHidden events occur.

See Also