PopupSelectionChangedEventArgs(Int32, Boolean) Constructor
Initializes a new instance of the PopupSelectionChangedEventArgs class with specified settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| recordIndex | Int32 | The item’s index. |
| isSelected | Boolean | The item’s selection state. |
See Also