LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32)
See Also 
Leadtools.WinForms Namespace > RasterThumbnailBrowserLoadThumbnailEventArgs Class > RasterThumbnailBrowserLoadThumbnailEventArgs Constructor : RasterThumbnailBrowserLoadThumbnailEventArgs Constructor(RasterImageListItem,String,Int32,Int32)



item
The item to load.
fileName
The physical path to the file to load.
index
A zero-based integer that specifies 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 New RasterThumbnailBrowserLoadThumbnailEventArgs(item, fileName, index, total)
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 specifies 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also