편집

다음을 통해 공유


_ApplicationEvents_Event.XDocumentBeforeSave Event

Definition

Occurs immediately before any open document is saved.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_XDocumentBeforeSaveEventHandler ^ XDocumentBeforeSave;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforeSaveEventHandler XDocumentBeforeSave;
member this.XDocumentBeforeSave : Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforeSaveEventHandler 
Event XDocumentBeforeSave As _ApplicationEvents_XDocumentBeforeSaveEventHandler 

Event Type

Remarks

The XDocumentBeforeSave event of the _ApplicationEvents_Event interface is primarily used with COM Add-ins. For more information about creating a COM Add-in for Microsoft InfoPath, see How To: Create a COM Add-in to Add Custom Features to InfoPath.

Applies to