SelectionChangedEventArgs Class
Provides data for the selection changed events.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
The selection changed events (the ColumnView.SelectionChanged event in XtraGrid, for instance) enable you to respond to selection changes. The SelectionChangedEventArgs class introduces properties that identify the action which specifies how the collection of selected rows has been changed and the row whose selected state has been changed.
SelectionChangedEventArgs objects are automatically created, initialized and passed to appropriate event handlers.
See Also