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

FlyoutBase.Opened Event

Occurs after a popup has been opened.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

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

Declaration

public event EventHandler Opened

Event Data

The Opened event's data class is EventArgs.

Remarks

A FlyoutBase raises the Opened event after a popup has been opened.

See Also