Gets or sets a value indicating whether the operation was canceled.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Cancel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Cancel As Boolean |
true to cancel the operation; false, to confirm it.
See Also