Share via


IMsoEnvelopeVBEvents_Event.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

WithEvents iMsoEnvelopeVBEvents_Event1 As IMsoEnvelopeVBEvents_Event
Function iMsoEnvelopeVBEvents_Event1_EnvelopeShow() As Void
    Handles iMsoEnvelopeVBEvents_Event1.EnvelopeShow
End Function

Syntax

Event EnvelopeShow As IMsoEnvelopeVBEvents_EnvelopeShowEventHandler
event IMsoEnvelopeVBEvents_EnvelopeShowEventHandler EnvelopeShow;
event IMsoEnvelopeVBEvents_EnvelopeShowEventHandler^ EnvelopeShow;
 void add_EnvelopeShow(IMsoEnvelopeVBEvents_EnvelopeShowEventHandler handler);
 void remove_EnvelopeShow(IMsoEnvelopeVBEvents_EnvelopeShowEventHandler handler);
In JScript, you can handle the events defined by a class, 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

IMsoEnvelopeVBEvents_Event Interface
Microsoft.Office.Core Namespace

Other Resources

IMsoEnvelopeVBEvents_Event Members