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




item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifes the current position in number of items to load.
total
An integer value that represents the total number of items to load.
Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal item As RasterImageListItem, _
   ByVal fileName As String, _
   ByVal index As Integer, _
   ByVal total As Integer _
)
Visual Basic (Usage)Copy Code
Dim item As RasterImageListItem
Dim fileName As String
Dim index As Integer
Dim total As Integer
 
Dim instance As RasterThumbnailBrowserLoadThumbnailEventArgs(item, fileName, index, total)
C# 
public RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem item,
   string fileName,
   int index,
   int total
)
Managed Extensions for C++ 
public: RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem* item,
   string* fileName,
   int index,
   int total
)
C++/CLI 
public:
RasterThumbnailBrowserLoadThumbnailEventArgs( 
   RasterImageListItem^ item,
   String^ fileName,
   int index,
   int total
)

Parameters

item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifes the current position in number of items to load.
total
An integer value that represents the total number of items to load.

Remarks

This constructor is meant to be called internally from the LEADTOOLS for .NET framework.

Requirements

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

See Also