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





Gets or sets a value value indicating whether the operation should be canceled.

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; false to approve it.

 See Also

UndoValidationEventArgs Members
UndoValidationEventArgs Class
MindFusion.Diagramming.Wpf Namespace