DataTable.OnRemoveColumn Method (DataColumn)
.NET Framework (current version)
Notifies the DataTable that a DataColumn is being removed.
Assembly: System.Data (in System.Data.dll)
Parameters
- column
-
Type:
System.Data.DataColumn
The DataColumn being removed.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
Notes to Inheritors:
When overriding OnRemoveColumn in a derived class, be sure to call the base class's OnRemoveColumn method.
.NET Framework
Available since 1.1
Available since 1.1
Show: