Skip to main content
All docs
V23.2

RowCellValidationArgs(String, Object, Object, Object, Int32, Boolean, CancellationToken, Boolean) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public RowCellValidationArgs(
    string fieldName,
    object oldValue,
    object newValue,
    object item,
    int sourceIndex,
    bool isNewItem,
    CancellationToken cancellationToken,
    bool allowAsyncResult
)

Parameters

Name Type
fieldName String
oldValue Object
newValue Object
item Object
sourceIndex Int32
isNewItem Boolean
cancellationToken CancellationToken
allowAsyncResult Boolean
See Also