Leadtools.WinForms.CommonDialogs.File Namespace > RasterOpenDialog Class : LoadProgress Event |
public event EventHandler<RasterDialogLoadProgressEventArgs> LoadProgress
'Declaration Public Event LoadProgress As EventHandler(Of RasterDialogLoadProgressEventArgs)
'Usage Dim instance As RasterOpenDialog Dim handler As EventHandler(Of RasterDialogLoadProgressEventArgs) AddHandler instance.LoadProgress, handler
public event EventHandler<RasterDialogLoadProgressEventArgs> LoadProgress
add_LoadProgress(function(sender, e)) remove_LoadProgress(function(sender, e))
public: event EventHandler<RasterDialogLoadProgressEventArgs^>^ LoadProgress
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.
Property | Description |
---|---|
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2