Fired before removing a Column.
![]() | Type | Description | ||
| Column as Column | A Column object being removed. |
The RemoveColumn event notifies your application that a column is removed. Use the Remove method to remove programmatically a column. Use the RemoveColumn event to release any extra data associated to a column. Use the Data property to assign an extra data to a column. Use the Clear method to clear the columns collection. The control fires the RemoveItem when the user removes an item. Use the RemoveAllItems method to remove all items.