error Event

Summary

Occurs when an error occurs when the command is running.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly