Skip to main content

GridSelectionChangedEventArgs(DataViewBase, CollectionChangeAction, Int32) Constructor

In This Article

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public GridSelectionChangedEventArgs(
    DataViewBase view,
    CollectionChangeAction action,
    int controllerRow
)

#Parameters

Name Type
view DataViewBase
action CollectionChangeAction
controllerRow Int32
See Also