event RemoveItem (Item as HITEM)

Occurs before removing an item.

 TypeDescription 
   Item as HITEM A long expression that specifies the handle of the item being removed.  

The RemoveItem event notifies your application that an item is removed.  Use the RemoveItem event to release any extra data associated to the item. Use the RemoveItem method to remove programmatically an item. The RemoveColumn event is fired when a column is removed from the control's columns collection. Use the RemoveAllItems method to remove all items in the control. Use the ItemData property to assign an extra data to an item.  Use the Data property to assign an extra data to a column.


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