_dispDocumentEvents_DocumentOpenedEventHandler Delegat

Definition

Nur Microsoft-interne Verwendung.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(Document ^ Document);
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(Document ^ Document);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(Document Document);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispDocumentEvents_DocumentOpenedEventHandler = delegate of Document -> unit
Public Delegate Sub _dispDocumentEvents_DocumentOpenedEventHandler(Document As Document)

Parameter

Document
Document

Das Dokument.

Attribute

Gilt für