_ApplicationEvents_Event.XDocumentBeforeClose Evento

Definición

Este evento se produce antes de que se cierre cualquier documento.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_XDocumentBeforeCloseEventHandler ^ XDocumentBeforeClose;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforeCloseEventHandler XDocumentBeforeClose;
member this.XDocumentBeforeClose : Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforeCloseEventHandler 
Event XDocumentBeforeClose As _ApplicationEvents_XDocumentBeforeCloseEventHandler 

Tipo de evento

Comentarios

El evento XDocumentBeforeClose de la _ApplicationEvents_Event interfaz se usa principalmente con complementos COM. Para obtener más información sobre cómo crear un complemento COM para Microsoft InfoPath, vea How To: Create a COM Add-in to Add Custom Features to InfoPath (Cómo: Crear un complemento COM para agregar características personalizadas a InfoPath).

Se aplica a