ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Events > OnDeleteItem Event |
Called as each IGGUITNItem Object is removed from the control, before the item is removed from the Items collection.
Sub IGGUIThumbnailCtl_OnDeleteItem(pItem As IGGUITNItem)
Name | Description |
---|---|
pItem | The IGGUITNItem Object that is about to be deleted. |