event RemoveColumn (Column as Column)

Fired before removing a Column.

 TypeDescription 
   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.


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.