Skip to main content
A newer version of this page is available. .

SelectionChangedEventArgs Class

Provides data for the selection changed events.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class SelectionChangedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
SelectionChangedEventArgs
See Also