Search
ComponentValidationEventArgs.Cancel Property
See Also
 





Gets or sets a value indicating whether the operation was canceled.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Cancel { get; set; }

Visual Basic  Copy Code

Public Property Cancel As Boolean

 Property Value

true to cancel the operation; false, to confirm it.

 See Also