BaseDocData.OnSaved Method
Raises the Saved event, which indicates the file has been saved.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub OnSaved ( _
fileName As String _
)
'Usage
Dim fileName As String
Me.OnSaved(fileName)
protected void OnSaved(
string fileName
)
protected:
void OnSaved(
String^ fileName
)
protected function OnSaved(
fileName : String
)
member OnSaved :
fileName:string -> unit
Parameters
- fileName
Type: System.String
The file name
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace