Search
Command.HasEffect Property
See Also
 






Gets a value indicating whether the command does anything.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected virtual bool HasEffect { get; }

Visual Basic  Copy Code

Protected Overridable ReadOnly Property HasEffect As Boolean

 Property Value

true if the command performs an actual modification; otherwise, false.

 Remarks

Commands that have no effect are not stored in the undo history.

 See Also