Search
HeaderResizeEventArgs.cancel Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

true to cancel the operation, or false otherwise.

 See Also