C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets whether the event has been handled by the automation.
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');
public:
property bool IsHandled
{
bool get()
void set(bool value)
}
true if the event has been handled by the automation, otherwise; false. Default value is false.
This value is used by the annotation automation framework to enable collaboration between its own and the other interactive modes of LEADTOOLS image viewers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET