←Select platform

LoadProgress Event

Summary

Occurs when loading file(s) image(s), if the user passed LoadFileImage and/or GenerateThumbnail.

Syntax

C#
VB
C++
public event EventHandler<RasterDialogLoadProgressEventArgs> LoadProgress 
  
Public Event LoadProgress As EventHandler(Of RasterDialogLoadProgressEventArgs) 
public: 
event EventHandler<RasterDialogLoadProgressEventArgs^>^ LoadProgress 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly