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





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.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 is false.

 See Also

CellValidationEventArgs Members
CellValidationEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace