RowEventArgs(RoutedEvent, GridViewBase, Int32, Object) Constructor
In This Article
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
public RowEventArgs(
RoutedEvent routedEvent,
GridViewBase view,
int rowHandle,
object forcedRow
)
#Parameters
Name | Type |
---|---|
routed |
Routed |
view | Grid |
row |
Int32 |
forced |
Object |
See Also