Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

FinishedLoadingThumbnails Event






Occurs when the loading operation finishes.
Syntax
public event EventHandler FinishedLoadingThumbnails
'Declaration
 
Public Event FinishedLoadingThumbnails As EventHandler
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim handler As EventHandler
 
AddHandler instance.FinishedLoadingThumbnails, handler

            

            
public:
event EventHandler^ FinishedLoadingThumbnails
Remarks

This event is raised if when the loading operation (initiated by calling the LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method) is finished either due to all items being completely loaded or due to the user canceling the load operation.

Example
For an example, refer to RasterThumbnailBrowser.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file