Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeListNodeEditFinishedEventArgs(TreeListNode, Nullable<Boolean>) Constructor

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

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListNodeEditFinishedEventArgs(
    TreeListNode node,
    bool? success
)

Parameters

Name Type
node TreeListNode
success Nullable<Boolean>
See Also