isHandled Property

Summary

Indicates whether this event is handled.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveKeyEventArgs.prototype, 'isHandled', 
	get: function(), 
	set: function(value) 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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