Share via


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)

Usage

Sub Sub1()
End Sub
Dim iMsoEnvelopeVBEvents_EnvelopeShowEventHandler1 As New IMsoEnvelopeVBEvents_EnvelopeShowEventHandler(AddressOf Sub1)

Syntax

Public Delegate Sub IMsoEnvelopeVBEvents_EnvelopeShowEventHandler()
public delegate void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler();
public delegate Void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler();
public delegate void IMsoEnvelopeVBEvents_EnvelopeShowEventHandler();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace