Skip to main content

SelectionChangedEventArgs Class

Provides data for the GridViewBase.SelectionChanged event.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public class SelectionChangedEventArgs :
    EventArgs

#Remarks

Each time the selection is changed, the GridViewBase.SelectionChanged event is raised. The SelectionChangedEventArgs class provides the SelectionChangedEventArgs.Action property, that indicates how the grid's selection has been changed. The SelectionChangedEventArgs.ControllerRow property returns the handle of a data row whose selected state has been changed.

To learn more, see Multiple Cell Selection and Multiple Row Selection.

#Inheritance

Object
EventArgs
SelectionChangedEventArgs
See Also