Click or drag to resize

IProjectServiceAskForSavingOfProject Method

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

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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.
See Also