Raises the
ColumnAdded event.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
protected override void OnColumnAdded( DataGridViewColumnEventArgs e )
Parameters
- e
- Type:
System.Windows.Forms DataGridViewColumnEventArgs
A
DataGridViewColumnEventArgs that contains the event data.
Exceptions
| Exception | Condition |
|---|---|
| The column indicated by the |
See Also