GridCellValidationEventArgs Constructors
Provides data for the GridColumn.Validate event.Name | Parameters | Description |
---|---|---|
GridCellValidationEventArgs(Object, Object, Int32, DataViewBase, ColumnBase) | source, value, rowHandle, view, column | Initializes a new instance of the GridCellValidationEventArgs class with the specified settings. |
See Also