Click or drag to resize

AbstractGraphToolsCommandEhWorkbenchContentChanged Method

Handles changes of the active workbench content.

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

Parameters

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