Skip to main content
A newer version of this page is available. .

FlyoutResultEventArgs Class

Provides data for the WindowsUIView.FlyoutHidden event.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

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