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

FlyoutBase.Closed Event

Occurs after a popup has been closed.

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 Closed

Event Data

The Closed event's data class is EventArgs.

Remarks

A FlyoutBase raises the Closed event after a popup has been closed.

See Also