SelectionChangedEventArgs(CollectionChangeAction, Int32) Constructor
In This Article
Initializes a new instance of the SelectionChangedEventArgs class with the specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public SelectionChangedEventArgs(
CollectionChangeAction action,
int controllerRow
)
#Parameters
Name | Type | Description |
---|---|---|
action | Collection |
A Collection |
controller |
Int32 | A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the Selection |
See Also