MindFusion.Charting for JavaScript Programmer's Guide
CancelEventArgs.cancel Property
See Also
 






Gets or sets a value indicating whether to allow the current operation.

Namespace: MindFusion.Controls
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get cancel() {}
set cancel(value) {}

 Property Value

Type: Boolean
Boolean

true to cancel the operation, or false otherwise.

 See Also

CancelEventArgs Members
CancelEventArgs Class
MindFusion.Controls Namespace