Skip to main content
All docs
V24.2

NodeUpdatedArgs(Object, IEnumerable<Object>) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public NodeUpdatedArgs(
    object item,
    IEnumerable<object> path
)

#Parameters

Name Type
item Object
path IEnumerable<Object>
See Also