Skip to main content

FlyoutResultEventArgs Class

Provides data for the WindowsUIView.FlyoutHidden event.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class FlyoutResultEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
FlyoutResultEventArgs
See Also