Compartir a través de


_ApplicationEvents_Event.Quit Evento

Definición

Se produce cuando el usuario sale de InfoPath.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_QuitEventHandler ^ Quit;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_QuitEventHandler Quit;
member this.Quit : Microsoft.Office.Interop.InfoPath._ApplicationEvents_QuitEventHandler 
Event Quit As _ApplicationEvents_QuitEventHandler 

Tipo de evento

Comentarios

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