Skip to main content
All docs
V23.2

RowCellValidationArgs Constructors

Contains data for the command bound to the GridViewBase.ValidateCellCommand property.
Name Parameters Description
RowCellValidationArgs(String, Object, Object, Object, Int32, Boolean, CancellationToken, Boolean) fieldName, oldValue, newValue, item, sourceIndex, isNewItem, cancellationToken, allowAsyncResult Initializes a new instance of the RowCellValidationArgs class with specified settings.
See Also