Raises the
ColumnAdded event.
Namespace: CleanCode.DataGridViewControls
Assembly: 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
ADataGridViewColumnEventArgs that contains the event data.
Exceptions
Exception | Condition |
---|---|
![]() | The column indicated by the ![]() ![]() |
See Also