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 | Data |
action | Collection |
controller |
Int32 |
See Also