Click or drag to resize

AbstractGraphToolsCommandEhGraphToolChanged Method

Handles changes of the currently selected graph tool.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhGraphToolChanged(
	Object o,
	EventArgs e
)

Parameters

o  Object
The event sender.
e  EventArgs
The event arguments.
See Also