Skip to main content

InitNewRowEventArgs(RoutedEvent, DataViewBase, Int32) Constructor

Inititalize a new instance of the InitNewRowEventArgs class.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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