This event is generated when an effect is being processed

[Visual Basic]
Public Event Progress As ProgressEventHandler
[C#]
public event ProgressEventHandler Progress;

Explanation

The Progress event is generated when an effect is being processed. The event handler takes parameters of type ProgressEventArgs.

To cancel a process, set the Cancel property of the ProgressEventHandler to True.

See Also

Effect Class | Effect Members

The ImageKit.NET3 is created by Newtone Corporation