Back to Devexpress

ClosePopupEventArgs Class

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

latest1.6 KB
Original Source

ClosePopupEventArgs Class

Provides data for 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 class ClosePopupEventArgs :
    RoutedEventArgs
vb
Public Class ClosePopupEventArgs
    Inherits RoutedEventArgs

ClosePopupEventArgs is the data class for the following events:

Remarks

Instances of the ClosePopupEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs RoutedEventArgs ClosePopupEventArgs

See Also

ClosePopupEventArgs Members

DevExpress.Xpf.Editors Namespace