WindowsUIView.FlyoutHiding Event
Occurs when a Flyout within the WindowsUIView is to be closed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The FlyoutHiding event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutCancelEventArgs.
Remarks
Handle the FlyoutHiding event and set its Cancel parameter to true to abort a Flyout closing. After a Flyout is completely hidden, the WindowsUIView.FlyoutHidden event occurs.
See Also