Called when a thumbnail item's asynchronous image generation has been completed.
| Visual Basic |
|---|
Public Event ItemComplete( _ ByVal ItemIndex As Long _ ) |
- ItemIndex
- A long value which represents the index location within the Thumbnail Item Collection for which the thumbnail image generation has just completed.
Note: You must call the EnableEvent method to enable this event.