Skip to main content
A newer version of this page is available. .

InitNewRowEventArgs(RoutedEvent, DataViewBase, Int32) Constructor

Inititalize a new instance of the InitNewRowEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

Declaration

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

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

view DataViewBase

A DataViewBase descendant that is the view that raised the event.

rowHandle Int32

An integer value representing the handle of the added row. This value is assigned to the InitNewRowEventArgs.RowHandle property.

See Also