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

NodeChangedEventArgs(TreeListNode, TreeListNodes, NodeChangeTypeEnum) Constructor

Initializes a new instance of the NodeChangedEventArgs class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public NodeChangedEventArgs(
    TreeListNode node,
    TreeListNodes nodes,
    NodeChangeTypeEnum changeType
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode object representing the processed node. This value is assigned to the NodeEventArgs.Node property.

nodes TreeListNodes

A TreeListNodes object specifying the collection that contains the current node. This value is assigned to the NodeChangedEventArgs.NodeCollection property.

changeType NodeChangeTypeEnum

A NodeChangeTypeEnum enumeration member specifying the way the node has been changed. This value is assigned to the NodeChangedEventArgs.ChangeType property.

See Also