Search
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

Boolean

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

 See Also