Compartir a través de


_ApplicationEvents_Event.XDocumentBeforePrint Evento

Definición

Se produce inmediatamente antes de que se imprima un documento abierto.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_XDocumentBeforePrintEventHandler ^ XDocumentBeforePrint;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforePrintEventHandler XDocumentBeforePrint;
member this.XDocumentBeforePrint : Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentBeforePrintEventHandler 
Event XDocumentBeforePrint As _ApplicationEvents_XDocumentBeforePrintEventHandler 

Tipo de evento

Comentarios

El evento XDocumentBeforePrint 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