Back to Devexpress

FlyoutBase.Opening Event

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-e6fc3232.md

latest1.8 KB
Original Source

FlyoutBase.Opening Event

Occurs before the FlyoutControl is opened and allows to cancel control opening.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event CancelEventHandler Opening
vb
Public Event Opening As CancelEventHandler

Event Data

The Opening 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.

Remarks

To prevent a FlyoutControl from being opened, set the event’s Cancel parameter to true , or set the FlyoutBase.StaysOpen property to false. After a flyout control is opened, the FlyoutBase.Opened event fires.

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace