Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

IsHandled Property

Show in webframe
Gets or sets whether the event has been handled by the automation.
Syntax
get_isHandled();
set_isHandled(value);
Object.defineProperty('isHandled');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

AnnPointerEventArgs Object
AnnPointerEventArgs Members

Error processing SSI file