OpenAllWorksheetsAndGraphsExecute Method |
Defines the method to be called when the command is invoked.
Namespace: Altaxo.Main.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Execute(
Object parameter
)
Parameters
- parameter Object
- Data used by the command. If the command does not require data to be passed, this object can be set to .
Implements
ICommandExecute(Object)
See Also