Back to Devexpress

TreeList.NodeChanged Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-982a94f1.md

latest2.1 KB
Original Source

TreeList.NodeChanged Event

Fires after the node’s property has changed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DXCategory("Property Changed")]
public event NodeChangedEventHandler NodeChanged
vb
<DXCategory("Property Changed")>
Public Event NodeChanged As NodeChangedEventHandler

Event Data

The NodeChanged event's data class is NodeChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ChangeTypeGets the way the node has been changed.
NodeGets the current Tree List node. Inherited from NodeEventArgs.
NodeCollectionGets the collection that contains the current node.

Remarks

The NodeChanged event is raised when a node property changes. The node whose properties have changed is identified by the event parameter’s NodeEventArgs.Node property. The NodeChangedEventArgs.ChangeType parameter lets you identify the way the node has changed.

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace