_ApplicationEvents_WindowActivateEventHandler (Delegado)
Este delegado está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres: Microsoft.Office.Interop.InfoPath
Ensamblado: Microsoft.Office.Interop.InfoPath (en microsoft.office.interop.infopath.dll)
Sintaxis
<TypeLibTypeAttribute(16)> _
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_WindowActivateEventHandler ( _
<InAttribute> pDocument As _XDocument, _
<InAttribute> pWindow As Window _
)
Dim instance As New _ApplicationEvents_WindowActivateEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute(16)]
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_WindowActivateEventHandler (
[InAttribute] _XDocument pDocument,
[InAttribute] Window pWindow
)
Parámetros
- pDocument
- pWindow