_dispDocumentEvents.DocumentSaved Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub DocumentSaved ( _
Document As Document _
)
void DocumentSaved(
Document Document
)
void DocumentSaved(
[InAttribute] Document^ Document
)
abstract DocumentSaved :
Document:Document -> unit
function DocumentSaved(
Document : Document
)
Parameters
Document
Type: EnvDTE.DocumentThe document.
.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.