| Visual Basic (Declaration) | |
|---|---|
Public Event FinishedLoadingThumbnails() As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event EventHandler FinishedLoadingThumbnails() | |
| C++/CLI | |
|---|---|
public: event EventHandler^ FinishedLoadingThumbnails(); | |
For an example, refer to RasterThumbnailBrowser.
This event is raised if when the loading operation (initiated by calling the RasterThumbnailBrowser.LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method) is finished either due to all items being completely loaded or due to the user canceling the load operation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family