IPersistFileSaveCompleted Method

Notifies the object that it can write to its file.

It does this by notifying the object that it can revert from NoScribble mode (in which it must not write to its file), to Normal mode (in which it can).

The component enters NoScribble mode when it receives an Save(String, Boolean) call.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
void SaveCompleted(
	string fileName
)

Parameters

fileName  String
The absolute path of the file where the object was saved previously.

See Also