Sdílet prostřednictvím


_ApplicationEvents.WindowSize-Methode

Tritt beim Ändern der Größe oder beim Verschieben eines Dokumentfensters auf.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(3)> _
Sub WindowSize ( _
    <InAttribute> pDocument As _XDocument, _
    <InAttribute> pWindow As Window _
)
'Usage
Dim instance As _ApplicationEvents
Dim pDocument As _XDocument
Dim pWindow As Window

instance.WindowSize(pDocument, pWindow)
[DispIdAttribute(3)] 
void WindowSize (
    [InAttribute] _XDocument pDocument,
    [InAttribute] Window pWindow
)

Parameter

  • pDocument
    Ein Verweis auf ein XDocument-Objekt, das das aktive Dokument darstellt.

Hinweise

Das WindowSize-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