cancel Property

Summary

A value indicating whether the change should be canceled.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAfterObjectChangedEventArgs.prototype, 'cancel', 
	get: function(), 
	set: function(value) 
) 
cancel: boolean; 

Property Value

true if the change should be canceled; otherwise, it is false. The default value is false.

Remarks

You should set this property to true to cancel the ChangeType operation to the objects in Objects.

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.Annotations.Automation Assembly