_ApplicationEvents_Event.XDocumentBeforeSave - Événement
Se produit juste avant l’enregistrement d’un des documents ouverts.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Event XDocumentBeforeSave As _ApplicationEvents_XDocumentBeforeSaveEventHandler
'Utilisation
Dim instance As _ApplicationEvents_Event
Dim handler As _ApplicationEvents_XDocumentBeforeSaveEventHandler
AddHandler instance.XDocumentBeforeSave, handler
event _ApplicationEvents_XDocumentBeforeSaveEventHandler XDocumentBeforeSave
Remarques
L'événement XDocumentBeforeSave 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