Skip to main content

TreeListAddingNewEventArgs(TreeListNode) Constructor

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

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListAddingNewEventArgs(
    TreeListNode parentNode
)

Parameters

Name Type
parentNode TreeListNode

Remarks

Instances of the TreeListAddingNewEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also