Search
CompositeCommand.Execute Method
See Also
 






DisposableCommand.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 false.

 See Also