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 |
---|---|
System ArgumentException | The column indicated by the Column property of e does not belong to this DataGridView control. |
See Also