←Select platform

LoadThumbnail Event

Summary

Occurs when the control loads the thumbnail of an item.

Syntax

C#
VB
C++
public event EventHandler<RasterThumbnailBrowserLoadThumbnailEventArgs> LoadThumbnail 
  
Public Event LoadThumbnail As EventHandler(Of RasterThumbnailBrowserLoadThumbnailEventArgs) 
public: 
event EventHandler<RasterThumbnailBrowserLoadThumbnailEventArgs^>^ LoadThumbnail 

Event Data

The event handler receives an argument of type RasterThumbnailBrowserLoadThumbnailEventArgs containing data related to this event. The following RasterThumbnailBrowserLoadThumbnailEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets a value indicating whether the loading event should be canceled.
FileName The physical path to the file to load.
Image The image thumbnail to load.
Index A zero-based integer that specifies the current position in number of items to load.
Page The page number in the file to load.
Total An integer value that represents the total number of items to load.
TotalPages The total number of pages in the file to load.
Example

For an example, refer to RasterThumbnailBrowser.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly