add_progress(function(sender, e)) progress.add(function(sender, e)) remove_progress(function(sender, e)) progress.remove(function(sender, e))
This event will occur after the Run method is called. The event data will contain progress percentage from 0 to 100.
For an example, refer to ImageProcessing.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | ImageProcessingProgressEventArgs | The event data. |