Skip to main content
All docs
V23.2

TreeListInitNewRowEventArgs(TreeListNode, TreeListNode) Constructor

Initializes a new instance of the TreeListInitNewRowEventArgs class with specified settings.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListInitNewRowEventArgs(
    TreeListNode node,
    TreeListNode parentNode
)

Parameters

Name Type Description
node TreeListNode

A new node.

parentNode TreeListNode

The parent node. This value is assigned to the ParentNode property.

See Also