Initializes a new instance of the RasterThumbnailBrowserLoadThumbnailEventArgs class with the given values.
public RasterThumbnailBrowserLoadThumbnailEventArgs(
RasterImageListItem item,
string fileName,
int index,
int total
)
Public Function New( _
ByVal item As Leadtools.Winforms.RasterImageListItem, _
ByVal fileName As String, _
ByVal index As Integer, _
ByVal total As Integer _
)
public:
RasterThumbnailBrowserLoadThumbnailEventArgs(
Leadtools.Winforms.RasterImageListItem^ item,
String^ fileName,
int index,
int total
)
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.
This constructor is meant to be called internally from the LEADTOOLS for .NET framework.
RasterThumbnailBrowserLoadThumbnailEventArgs Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET