NodeValidationArgs(Object, IEnumerable<Object>, Boolean, CancellationToken, Boolean) Constructor
Initializes a new instance of the NodeValidationArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
public NodeValidationArgs(
object item,
IEnumerable<object> path,
bool isNewItem,
CancellationToken cancellationToken,
bool allowAsyncResult
)
Parameters
| Name | Type |
|---|---|
| item | Object |
| path | IEnumerable<Object> |
| isNewItem | Boolean |
| cancellationToken | CancellationToken |
| allowAsyncResult | Boolean |
See Also