Search
TextValidationEventArgs.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 related operation; false to confirm it. The default is false.

 See Also