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

TreeListNodeChangedEventArgs(TreeListNode, NodeChangeType) Constructor

Initializes a new instance of the TreeListNodeChangedEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public TreeListNodeChangedEventArgs(
    TreeListNode node,
    NodeChangeType changeType
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object representing the changed node. This value is assigned to the TreeListNodeChangedEventArgs.Node property.

changeType DevExpress.Data.TreeList.NodeChangeType

A NodeChangeType enumeration member specifying the way the row has changed.

See Also