Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterThumbnailBrowserLoadThumbnailEventArgs Class Members
See Also  Properties 
Leadtools.WinForms Namespace : RasterThumbnailBrowserLoadThumbnailEventArgs Class


The following tables list the members exposed by RasterThumbnailBrowserLoadThumbnailEventArgs.

Public Constructors

 NameDescription
Public ConstructorRasterThumbnailBrowserLoadThumbnailEventArgs Constructor Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.  
Top

Public Properties

 NameDescription
Public PropertyCancel Gets or sets a value indicating whether the loading event should be canceled.  
Public PropertyFileName The physical path to the file to load.  
Public PropertyImage The image thumbnail to load.  
Public PropertyIndex A zero-based integer that specifes the current position in number of items to load.  
Public PropertyTotal An integer value that represents the total number of items to load.  
Top

See Also