_ApplicationEvents.WindowDeactivate-Methode
Tritt beim Deaktivieren eines Dokumentfensters auf.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(2)> _
Sub WindowDeactivate ( _
<InAttribute> pDocument As _XDocument, _
<InAttribute> pWindow As Window _
)
'Usage
Dim instance As _ApplicationEvents
Dim pDocument As _XDocument
Dim pWindow As Window
instance.WindowDeactivate(pDocument, pWindow)
[DispIdAttribute(2)]
void WindowDeactivate (
[InAttribute] _XDocument pDocument,
[InAttribute] Window pWindow
)
Parameter
- pDocument
Ein Verweis auf ein XDocument-Objekt, das das aktive Dokument darstellt.
- pWindow
Ein Verweis auf das WindowObject-Objekt.
Hinweise
Das WindowDeactivate-Ereignis der ApplicationEvents-Auflistung wird hauptsächlich mit COM-Add-Ins verwendet. Weitere Informationen zum Erstellen eines COM Add-Ins für Microsoft Office InfoPath 2007 finden Sie unter Vorgehensweise: Erstellen eines COM-Add-Ins zum Hinzufügen von benutzerdefinierten Features zu InfoPath.
Siehe auch
Referenz
_ApplicationEvents-Schnittstelle
_ApplicationEvents-Member
Microsoft.Office.Interop.InfoPath-Namespace