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.v24.1.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