Skip to main content
A newer version of this page is available. .
All docs
V20.2

FlyoutPanel.BeforeHide Event

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Events")]
public event CancelEventHandler BeforeHide

Event Data

The BeforeHide event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
See Also