_dispDocumentEvents_DocumentSavedEventHandler-Delegat

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentSavedEventHandler ( _
    Document As Document _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentSavedEventHandler(
    Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentSavedEventHandler(
    [InAttribute] Document^ Document
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentSavedEventHandler = 
    delegate of 
        Document:Document -> unit
JScript unterstützt keine Delegaten.

Parameter

Siehe auch

Referenz

EnvDTE-Namespace