Gets or sets a value indicating whether the event has been handled.
Namespace: MindFusion.Controls
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get handled() {} |
Boolean
true to indicate that the event has been handled, or false otherwise.
See Also