Skip to main content
All docs
V24.2

NodeChangedArgs(Object, IEnumerable<Object>, NodeChangeType) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public NodeChangedArgs(
    object item,
    IEnumerable<object> path,
    NodeChangeType changeType
)

#Parameters

Name Type
item Object
path IEnumerable<Object>
changeType NodeChangeType
See Also