Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal fileName As String, _ ByVal page As Integer, _ ByVal totalPages As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim fileName As String Dim page As Integer Dim totalPages As Integer Dim instance As New RasterThumbnailBrowserAddFileEventArgs(fileName, page, totalPages) |
C++/CLI | |
---|---|
public: RasterThumbnailBrowserAddFileEventArgs( String^ fileName, int page, int totalPages ) |
Parameters
- fileName
- A System.String containing the file name of the item added.
- page
- An System.Int32 value that contains the page number in the file that was just added.
- totalPages
- An System.Int32 value that contains the total number of pages in the file that was just added.
Refer to RasterThumbnailBrowser.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7