MindFusion.Wpf Pack Programmer's Guide
TreeItemValidationEventArgs.Cancel Property
See Also
 





Gets or sets a value indicating whether to prevent the user from completing the operation.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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, otherwise false; the default value is false.

 See Also

TreeItemValidationEventArgs Members
TreeItemValidationEventArgs Class
MindFusion.Diagramming.Wpf Namespace