_dispDocumentEvents_DocumentOpenedEventHandler Delegar

Definição

Somente para uso interno da Microsoft.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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)

Parâmetros

Document
Document

O documento.

Atributos

Aplica-se a