error Event

Summary

Occurs when an error occurs when the command is running.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageProcessing.prototype,'error',  
	get: function(), 
	set: function(value) 
) 
error: LeadEvent; 

Remarks

This event will occur while the Run is running if an error occurs. The event data will contain the error object.

Example

For an example, refer to ImageProcessing.

Event Data

ParameterTypeDescription
sendervarThe source of the event.
eImageProcessingErrorEventArgsThe 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