_ApplicationEvents_WindowDeactivateEventHandler, 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

<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute(16)> _
Public Delegate Sub _ApplicationEvents_WindowDeactivateEventHandler ( _
    <InAttribute> pDocument As _XDocument, _
    <InAttribute> pWindow As Window _
)

Dim instance As New _ApplicationEvents_WindowDeactivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
[TypeLibTypeAttribute(16)] 
public delegate void _ApplicationEvents_WindowDeactivateEventHandler (
    [InAttribute] _XDocument pDocument,
    [InAttribute] Window pWindow
)

Paramètres

  • pDocument
  • pWindow

Voir aussi

Référence

Microsoft.Office.Interop.InfoPath, espace de noms