Back to Devexpress

FlyoutPanel.BeforeHide Event

windowsforms-devexpress-dot-utils-dot-flyoutpanel-13e22602.md

latest1.4 KB
Original Source

FlyoutPanel.BeforeHide Event

Fires when the panel is about to hide. Allows you to enable the e.Cancel parameter to keep this panel visible.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Events")]
public event CancelEventHandler BeforeHide
vb
<DXCategory("Events")>
Public Event BeforeHide As CancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

See Also

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace