isHandled Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnPointerEventArgs.prototype, 'isHandled', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly