MindFusion.Wpf Pack Programmer's Guide
DisposableCommand.Execute Method
See Also
 





Command.Execute override.

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

 Syntax

C#  Copy Code

protected override bool Execute ()

Visual Basic  Copy Code

Protected Overrides Function Execute () As Boolean

 Return Value

true if the command should be registered in the undo history; otherwise, false. Always returns true.

 Remarks

Calling this method on a command that has been executed or cancelled will raise an exception.

 See Also

DisposableCommand Members
DisposableCommand Class
MindFusion.Spreadsheet.Wpf Namespace