Skip to main content
A newer version of this page is available. .
All docs
V21.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