←Select platform

IsHandled Property

Summary

Indicates whether this event is handled.

Syntax
C#
VB
C++
public bool IsHandled { get; set; } 
Public Property IsHandled() As Boolean 
   Get 
   Set 
public:  
   property bool IsHandled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this event is handled, otherwise; false. Default value is false.

Remarks

IsHandled is used by the ImageViewerInteractiveMode support of multiple enabled modes. For more information, refer to Image Viewer Interactive Modes.

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.Controls Assembly

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