Skip to main content

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
routedEvent RoutedEvent
view GridViewBase
rowHandle Int32
forcedRow Object
See Also