IPersistFile.SaveCompleted(String) Method

Definition

public:
 void SaveCompleted(System::String ^ pszFileName);
public:
 void SaveCompleted(Platform::String ^ pszFileName);
void SaveCompleted(std::wstring const & pszFileName);
public void SaveCompleted (string pszFileName);
abstract member SaveCompleted : string -> unit
Public Sub SaveCompleted (pszFileName As String)

Parameters

pszFileName
String

Remarks

This method must be invoked on the UI thread.

Applies to