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

SelectionChangedEventArgs(CollectionChangeAction, Int32) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

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