Skip to main content

ClosePopupEventHandler Delegate

Represents a method that will handle the PopupBaseEdit.PopupClosing and PopupBaseEdit.PopupClosed events.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public delegate void ClosePopupEventHandler(
    object sender,
    ClosePopupEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ClosePopupEventArgs

A ClosePopupEventArgs object that contains event data.

See Also