Skip to main content

SelectionChangedEventArgs(CollectionChangeAction, Int32) Constructor

Initializes a new instance of the SelectionChangedEventArgs class with the specified settings.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public SelectionChangedEventArgs(
    CollectionChangeAction action,
    int controllerRow
)

Parameters

Name Type Description
action CollectionChangeAction

A CollectionChangeAction enumeration value which specifies how the collection has been changed. This value is assigned to the SelectionChangedEventArgs.Action property.

controllerRow Int32

A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the SelectionChangedEventArgs.ControllerRow property.

See Also