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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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