Search
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

Boolean

true to cancel the operation, or false otherwise. The default value is false.

 See Also