Back to Devexpress

SelectionChangedEventArgs Class

corelibraries-devexpress-dot-data-8be1e418.md

latest1.7 KB
Original Source

SelectionChangedEventArgs Class

Provides data for the selection changed events.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class SelectionChangedEventArgs :
    EventArgs
vb
Public Class SelectionChangedEventArgs
    Inherits EventArgs

SelectionChangedEventArgs is the data class for the following events:

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

SelectionChangedEventArgs Members

DevExpress.Data Namespace