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 |
---|---|
|
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.
This constructor is meant to be called internally from the LEADTOOLS for .NET framework.
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