MindFusion.Charting for JavaScript Programmer's Guide
EventArgs.handled Property
See Also
 






Gets or sets a value indicating whether the event has been handled.

Namespace: MindFusion.Controls
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get handled() {}
set handled(value) {}

 Property Value

Type: Boolean
Boolean

true to indicate that the event has been handled, or false otherwise.

 See Also

EventArgs Members
EventArgs Class
MindFusion.Controls Namespace