isHandled Property

Summary

Gets or sets whether the event has been handled by the automation.

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

Property Value

true if the event has been handled by the automation, otherwise; false. Default value is false.

Remarks

This value is used by the annotation automation framework to enable collaboration between its own and the other interactive modes of LEADTOOLS image viewers.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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