Skip to main content

InitNewRowEventArgs(RoutedEvent, DataViewBase, Int32) Constructor

In This Article

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public InitNewRowEventArgs(
    RoutedEvent routedEvent,
    DataViewBase view,
    int rowHandle
)

#Parameters

Name Type
routedEvent RoutedEvent
view DataViewBase
rowHandle Int32
See Also