Back to Devexpress

PopupSelectionChangingEventArgs Class

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

latest1.7 KB
Original Source

PopupSelectionChangingEventArgs Class

Contains data for the SelectionChanging event.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

PopupSelectionChangingEventArgs is the data class for the following events:

Inheritance

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

See Also

PopupSelectionChangingEventArgs Members

DevExpress.XtraEditors.Controls Namespace