DocData.SaveCompleted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the save operation is complete.
public:
virtual int SaveCompleted(System::String ^ fileName);
public int SaveCompleted (string fileName);
abstract member SaveCompleted : string -> int
override this.SaveCompleted : string -> int
Public Function SaveCompleted (fileName As String) As Integer
Parameters
- fileName
- String
Name of the file that was saved.