FlyoutResultEventArgs Class
Provides data for the WindowsUIView.FlyoutHidden event.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The WindowsUIView.FlyoutHidden receives an argument of type FlyoutResultEventArgs, which allows you to get which Flyout button an end-user clicked to close this Flyout. See the Flyouts topic to learn more.
See Also