ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Events > OnCreateItem Event |
Called after a new IGGUITNItem Object is added to the control. During thumbnail item creation, the sequence of events is BeforeLoad Event, then AfterLoad Event, then OnCreateItem.
Sub IGGUIThumbnailCtl_OnCreateItem(pItem As IGGUITNItem)
Name | Description |
---|---|
pItem | The newly created IGGUITNItem Object. |