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

WindowsUIView.FlyoutHiding Event

Occurs when a Flyout within the WindowsUIView is to be closed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event FlyoutCancelEventHandler FlyoutHiding

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