Skip to main content
All docs
V23.2

NodeCanceledArgs(Object, IEnumerable<Object>) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

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

Parameters

Name Type
item Object
path IEnumerable<Object>
See Also