Validates the specified
DataGridView
form control.
Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public bool Validate( DataGridView dataGridView, DataGridViewCellValidatingEventArgs args )
Parameters
- dataGridView
- Type:
System.Windows.Forms.DataGridView
TheDataGridView.
- args
- Type:
System.Windows.Forms.DataGridViewCellValidatingEventArgs
TheDataGridViewCellValidatingEventArgs instance containing the event data.
Return Value
True if the control validates; false otherwise.Remarks
See Also