Back to Devexpress

ClosePopupEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-ec892215.md

latest1.3 KB
Original Source

ClosePopupEventHandler Delegate

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void ClosePopupEventHandler(
    object sender,
    ClosePopupEventArgs e
);
vb
Public Delegate Sub ClosePopupEventHandler(
    sender As Object,
    e As ClosePopupEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ClosePopupEventArgs |

A ClosePopupEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors Namespace