←Select platform

IsHandled Property (InteractiveKeyEventArgs)

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

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