Skip to main content

GridSelectionChangedEventArgs(GridControl, CollectionChangeAction, Int32) Constructor

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 GridControl
action CollectionChangeAction
controllerRow Int32
See Also