add_completed(function(sender, e)) completed.add(function(sender, e)) remove_completed(function(sender, e)) completed.remove(function(sender, e))
This event will occur after the Run method is finished running. The event data will contain the destination image data and any optional results.
For an example, refer to ImageProcessing.
| Parameter | Type | Description |
|---|---|---|
| sender | 'var' | The source of the event. |
| e | ImageProcessingCompletedEventArgs | The event data. |