Click or drag to resize

ProjectServiceBaseOnProjectChanged Method

Fires the ProjectChanged event. This occurs after the events ProjectOpened, ProjectClosed, ProjectRenamed, and ProjectDirtyChanged event. Useful if you do not want to subscribe to the above-mentioned single events.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void OnProjectChanged(
	ProjectEventArgs e
)

Parameters

e  ProjectEventArgs
The event arguments that describe the project change.
See Also