isHandled Property

Summary

Indicates whether this event is handled.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveKeyEventArgs.prototype, 'isHandled', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
isHandled: boolean; 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly