_ApplicationEvents.Quit-Methode
Tritt beim Beenden von InfoPath durch den Benutzer auf.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(9)> _
Sub Quit
'Usage
Dim instance As _ApplicationEvents
instance.Quit
[DispIdAttribute(9)]
void Quit ()
Hinweise
Das Quit-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