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





Gets or sets a value indicating whether to cancel the current 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 current operation (see below); otherwise, false. The default is false.

 Remarks

Set this property to true to prevent the user from completing the operation. If the current operation is starting an in-place editing, the in-place editing does not happen at all. If the current operation is ending an in-place editing, the editing does not end.

 See Also

InplaceEditValidationEventArgs Members
InplaceEditValidationEventArgs Class
MindFusion.Spreadsheet.Wpf Namespace