Click or drag to resize

IPersistStorageSaveCompleted Method

Notifies the object that a save operation has completed.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SaveCompleted(
	IStorage pStgNew
)

Parameters

pStgNew  IStorage
The new storage object to use after saving.
See Also