Back to Devexpress

FlyoutResultEventArgs Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-da94a2d4.md

latest2.1 KB
Original Source

FlyoutResultEventArgs Class

Provides data for the WindowsUIView.FlyoutHidden event.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class FlyoutResultEventArgs :
    EventArgs
vb
Public Class FlyoutResultEventArgs
    Inherits EventArgs

FlyoutResultEventArgs is the data class for the following events:

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

FlyoutResultEventArgs Members

FlyoutHidden

Flyouts

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace