GridSelectionChangedEventArgs(GridControl, CollectionChangeAction, Int32) Constructor
In This Article
Initializes a new instance of the GridSelectionChangedEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridSelectionChangedEventArgs(
GridControl grid,
CollectionChangeAction action,
int controllerRow
)
#Parameters
Name | Type |
---|---|
grid | Grid |
action | Collection |
controller |
Int32 |
See Also