←Select platform

IsHandled Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
public bool IsHandled {get; set;}
Public Property IsHandled As Boolean
public bool IsHandled {get; set;}
@property (nonatomic) BOOL isHandled;
public boolean isHandled() 
public void setHandled(boolean handled) 
get_IsHandled(); 
set_IsHandled(value); 
Object.defineProperty('IsHandled'); 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize