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

FlyoutBase.PopupLoaded Event

Occurs after a popup has been loaded.

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 PopupLoaded

Event Data

The PopupLoaded event's data class is EventArgs.

Remarks

A FlyoutBase raises the PopupLoaded event after a popup has been loaded.

See Also