Accusoft.ThumbnailXpress6.Net
ItemComplete Event




Event which is called when a thumbnail item's asynchronous image generation has been completed. Review the thumbnail item collection information about how thumbnail items are added to the collection, where the items are generated asynchronously.
Syntax
'Declaration
 
Public Event ItemComplete As ThumbnailXpressEvents.ItemCompleteEventHandler
'Usage
 
Dim instance As ThumbnailXpress
Dim handler As ThumbnailXpressEvents.ItemCompleteEventHandler
 
AddHandler instance.ItemComplete, handler
Event Data

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.

PropertyDescription
ItemIndex Gets and sets the index of the ThumbnailItemCollection member for which the thumbnail image generation has just completed.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback