cancel Property

Summary

Gets or sets a value indicating whether the property change operation should be canceled.

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

Property Value

true if the property should not being changed; otherwise, false. The default value is false.

Remarks

You should set this property to true to prevent a property from being changed.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.