IMsoEnvelopeVBEvents_EnvelopeShowEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the EnvelopeShow event. The EnvelopeShow event occurs when the user interface (UI) that corresponds to the MsoEnvelope object is displayed.
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()
- Attributes