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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly