_ApplicationEvents_Event.XDocumentBeforeClose - Événement
Se produit immédiatement avant la fermeture d’un document ouvert.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Event XDocumentBeforeClose As _ApplicationEvents_XDocumentBeforeCloseEventHandler
'Utilisation
Dim instance As _ApplicationEvents_Event
Dim handler As _ApplicationEvents_XDocumentBeforeCloseEventHandler
AddHandler instance.XDocumentBeforeClose, handler
event _ApplicationEvents_XDocumentBeforeCloseEventHandler XDocumentBeforeClose
Remarques
L'événement XDocumentBeforeClose de l'interface _ApplicationEvents_Event est principalement utilisé avec les compléments COM. Pour plus d'informations sur la création d'un COM Add-in pour Microsoft InfoPath, voir How To: Create a COM Add-in to Add Custom Features to InfoPath.
Voir aussi
Référence
_ApplicationEvents_Event interface