Click or drag to resize

ProjectServiceBaseEhProjectDirtyChanged Method

Handles changes of the dirty state of the current project.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void EhProjectDirtyChanged(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
The source of the event.
e  EventArgs
The event arguments.
See Also