IMsoEnvelopeVBEvents_EnvelopeShowEventHandler Delegado
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í.
Tipo de delegado que se usa para agregar un controlador de eventos para el EnvelopeShow evento. El evento EnvelopeShow se produce cuando se muestra la interfaz de usuario (UI) correspondiente al MsoEnvelope objeto .
public delegate void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler();
[<System.Runtime.InteropServices.ComVisible(false)>]
type IMsoEnvelopeVBEvents_EnvelopeShowEventHandler = delegate of unit -> unit
Public Delegate Sub IMsoEnvelopeVBEvents_EnvelopeShowEventHandler()
- Atributos