Skip to main content
All docs
V23.2

NodeCellValidationArgs(String, Object, Object, Object, IEnumerable<Object>, Boolean, CancellationToken, Boolean) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public NodeCellValidationArgs(
    string fieldName,
    object oldValue,
    object newValue,
    object item,
    IEnumerable<object> path,
    bool isNewItem,
    CancellationToken cancellationToken,
    bool allowAsyncResult
)

Parameters

Name Type
fieldName String
oldValue Object
newValue Object
item Object
path IEnumerable<Object>
isNewItem Boolean
cancellationToken CancellationToken
allowAsyncResult Boolean
See Also