IMsoEnvelopeVBEvents_EnvelopeShowEventHandler Delegate
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub IMsoEnvelopeVBEvents_EnvelopeShowEventHandler
'Usage
Dim instance As New IMsoEnvelopeVBEvents_EnvelopeShowEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler()