EditFormRowValidationArgs Constructors
Contains data for the ValidateRow event and the command bound to the ValidateRowCommand property.Name | Parameters | Description |
---|---|---|
EditFormRowValidationArgs(Object, Boolean, Object, Nullable<CancellationToken>) | item, isNewItem, editOperationContext, cancellationToken | Initializes a new instance of the EditFormRowValidationArgs class with specified settings. |
See Also