completed Event

Summary

Occurs when the command finishes running.

Syntax

JavaScript Syntax
Object.defineProperty(ImageProcessing.prototype,'completed',  
	get: function(), 
	set: function(value) 
) 
function completed.add(function(sender, e)); 
function completed.remove(function(sender, e)); 
TypeScript Syntax
completed: void; 

Remarks

This event will occur after the Run method is finished running. The event data will contain the destination image data and any optional results.

Example

For an example, refer to ImageProcessing.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eImageProcessingCompletedEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly