NodeEditStartedArgs(Object, IEnumerable<Object>) Constructor
In This Article
Initializes a new instance of the NodeEditStartedArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public NodeEditStartedArgs(
object item,
IEnumerable<object> path
)
#Parameters
Name | Type |
---|---|
item | Object |
path | IEnumerable<Object> |
See Also