Occurs while the command is running to provide progress report.
Object.defineProperty(ImageProcessing.prototype,'progress',
get: function(),
set: function(value)
)
function progress.add(function(sender, e));
function progress.remove(function(sender, e));
progress: void;
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. |