LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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
add_FinishedLoadingThumbnails(function(sender, e))
remove_FinishedLoadingThumbnails(function(sender, e))

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.