Back to Devexpress

PopupSelectionChangedEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-aa0b842c.md

latest1.7 KB
Original Source

PopupSelectionChangedEventArgs Class

Contains data for the SelectionChanged event.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class PopupSelectionChangedEventArgs :
    RecordValueEventArgs<bool>
vb
Public Class PopupSelectionChangedEventArgs
    Inherits RecordValueEventArgs(Of Boolean)

PopupSelectionChangedEventArgs is the data class for the following events:

Inheritance

Object EventArgs DevExpress.XtraEditors.Controls.RecordValueEventArgs<Boolean> PopupSelectionChangedEventArgs

See Also

PopupSelectionChangedEventArgs Members

DevExpress.XtraEditors.Controls Namespace