LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

LoadProgress Event

Show in webframe





Occurs when loading file(s) image(s), if the user passed LoadFileImage and/or GenerateThumbnail.
Syntax
'Declaration
 
Public Event LoadProgress As EventHandler(Of RasterDialogLoadProgressEventArgs)
'Usage
 
Dim instance As RasterOpenDialog
Dim handler As EventHandler(Of RasterDialogLoadProgressEventArgs)
 
AddHandler instance.LoadProgress, handler

            

            
Event Data

The event handler receives an argument of type RasterDialogLoadProgressEventArgs containing data related to this event. The following RasterDialogLoadProgressEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets a value that indicates whether to abort the command.
FilePercent Gets a value that shows the progress of the current file loading process.
LoadRasterFileData Gets the file data that has just been loaded.
TotalPercent An integer that represents the percentage of the total selected file(s) loading process.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.