Click or drag to resize

PasteLayerContentsBaseRun Method

Override this function for adding own worksheet commands. You will get the worksheet controller in the parameter.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Run(
	GraphController ctrl
)

Parameters

ctrl  GraphController
The worksheet controller this command is applied to.
See Also