Occurs when loading file(s) image(s), if the user passed
RasterOpenDialog.LoadFileImage and/or
RasterOpenDialog.GenerateThumbnail.
Syntax
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.
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. |
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also