Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : ItemComplete Event |
'Declaration Public Event ItemComplete As ThumbnailXpressEvents.ItemCompleteEventHandler
'Usage Dim instance As ThumbnailXpress Dim handler As ThumbnailXpressEvents.ItemCompleteEventHandler AddHandler instance.ItemComplete, handler
public event ThumbnailXpressEvents.ItemCompleteEventHandler ItemComplete
public: __event ThumbnailXpressEvents.ItemCompleteEventHandler* ItemComplete
public: event ThumbnailXpressEvents.ItemCompleteEventHandler^ ItemComplete
The event handler receives an argument of type ItemCompleteEventArgs containing data related to this event. The following ItemCompleteEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ItemIndex | Gets and sets the index of the ThumbnailItemCollection member for which the thumbnail image generation has just completed. |