This event is generated when an effect is being processed, a file is being loaded or saved, or when a file is converted between vector and raster
[Visual Basic]   imagekitcontrolname_Progress(ByVal Percent As Integer)
[Visual C++]     OnProgressimagekitcontrolname(short Percent)
[VB.NET]   imagekitcontrolname_Progress(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib._IImageKitEvents_ProgressEvent)
[C#.NET]   imagekitcontrolname_Progress(object sender, AxImageKit10(A)Lib._IImageKitEvents_ProgressEvent e)

AxImageKit10ALib refers to the ANSI version, AXImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
Percent The percent of completion of the current process

* The second parameter in VB.NET/C#.NET is e and it contains the Percent argument. (the first letter is lower case)

Explanation

The Progress event is generated when the following things occur:

However, if the Caption, Message, or ButtonName properties have been set, the Progress event does not fire.

To cancel a process, set the Effect.Cancel, File.Cancel, or the Vector.Cancel property to True.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation