←Select platform

IsHandled Property

Summary
Gets or sets whether the event has been handled by the automation.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsHandled { get; set; } 
Public Property IsHandled As Boolean 
@property (nonatomic) BOOL isHandled; 
public boolean isHandled() 
public void setHandled(boolean handled) 
public:  
   property bool IsHandled 
   { 
      bool get() 
      void set(bool value) 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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