Skip to main content
All docs
V24.2

NodeEditArgs(Object, IEnumerable<Object>) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

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

#Parameters

Name Type
item Object
path IEnumerable<Object>
See Also