AbstractWorksheetControllerCommandExecute Method |
Determines the currently active worksheet and issues the command to that worksheet by calling
Run(WorksheetController) with the worksheet as a parameter.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Execute(
Object parameter
)
Parameters
- parameter Object
- The command parameter that may contain the active view context.
Implements
ICommandExecute(Object)
See Also