DataGridValidationEventArgs Constructors
Provides data for the DataGridView.ValidateCell and EditFormPage.ValidateCell events.| Name | Parameters | Description |
|---|---|---|
| DataGridValidationEventArgs(Object, Object, Object, String, Int32) | newValue, oldValue, item, fieldName, rowHandle | Initializes a new instance of the DataGridValidationEventArgs class with specified settings. |
See Also