Click or drag to resize

ProjectServiceBaseAskForSavingOfProject Method

Asks the user whether or not the project should be saved, and saves it in case the user answers with yes.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AskForSavingOfProject(
	CancelEventArgs e
)

Parameters

e  CancelEventArgs
Cancel event args. On return, the e.Cancel property is set to true, if the users cancel the saving.

Implements

IProjectServiceAskForSavingOfProject(CancelEventArgs)
See Also