Occurs when loading file(s) image(s), if the user passed
LoadFileImage and/or
GenerateThumbnail.
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. |