corelibraries-devexpress-dot-data-8be1e418.md
Provides data for the selection changed events.
Namespace : DevExpress.Data
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class SelectionChangedEventArgs :
EventArgs
Public Class SelectionChangedEventArgs
Inherits EventArgs
SelectionChangedEventArgs is the data class for the following events:
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.
Object EventArgs SelectionChangedEventArgs
See Also