_ApplicationEvents_Event.XDocumentBeforeClose Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).