DocumentTask.OnBufferSave(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 buffer has been saved.
public:
virtual void OnBufferSave(System::String ^ fileName);
public:
virtual void OnBufferSave(Platform::String ^ fileName);
virtual void OnBufferSave(std::wstring const & fileName);
public virtual void OnBufferSave (string fileName);
abstract member OnBufferSave : string -> unit
override this.OnBufferSave : string -> unit
Public Overridable Sub OnBufferSave (fileName As String)
Parameters
- fileName
- String
The name of the file that was saved.
Implements
Remarks
By default, this method does nothing. It is an implementation of OnBufferSave.