Click or drag to resize

IWorkbenchEhProjectChanged Method

Informs the workbench that the project instance has changed.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EhProjectChanged(
	Object sender,
	ProjectEventArgs e
)

Parameters

sender  Object
Sender of this message.
e  ProjectEventArgs
Information about the project change.
See Also