completed Event

Summary

Occurs when the command finishes running.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageProcessing.prototype,'completed',  
	get: function(), 
	set: function(value) 
) 
completed: LeadEvent; 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.