_dispDocumentEvents_DocumentClosingEventHandler (Delegado)
Actualización: noviembre 2007
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentClosingEventHandler ( _
Document As Document _
)
Dim instance As New _dispDocumentEvents_DocumentClosingEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentClosingEventHandler(
Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentClosingEventHandler(
[InAttribute] Document^ Document
)
JScript no admite delegados.
Parámetros
Document
Tipo: EnvDTE.Document