deserializeObjectError Event

Summary

Occurs when an error occur during an object serialization operation.

Syntax

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

Remarks

Currently, this event might occur when an error happens during PasteAt and PasteStringAt.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnSerializeObjectEventArgsThe 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.Annotations.Automation Assembly