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





Gets or sets a value indicating whether to cancel the current operation.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool Cancel { get; set; }

Visual Basic  Copy Code

Public Property Cancel As Boolean

 Property Value

 Remarks

Set this property to true to prevent the user from completing the operation.

 See Also

ItemValidationEventArgs Members
ItemValidationEventArgs Class
MindFusion.UI.Wpf Namespace