_ApplicationEvents_WindowActivateEventHandler, délégué

Ce délégué est réservé à un usage interne et il n'est pas destiné à être utilisé directement à partir du code.

Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans microsoft.office.interop.infopath.dll)

Syntaxe

<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
)

Paramètres

  • pDocument
  • pWindow

Voir aussi

Référence

Microsoft.Office.Interop.InfoPath, espace de noms