Share via


IMsoEnvelopeVBEvents_Event.EnvelopeHide EventĀ 

Occurs when the user interface (UI) that corresponds to the MsoEnvelope object is hidden.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

WithEvents iMsoEnvelopeVBEvents_Event1 As IMsoEnvelopeVBEvents_Event
Function iMsoEnvelopeVBEvents_Event1_EnvelopeHide() As Void
    Handles iMsoEnvelopeVBEvents_Event1.EnvelopeHide
End Function

Syntax

Event EnvelopeHide As IMsoEnvelopeVBEvents_EnvelopeHideEventHandler
event IMsoEnvelopeVBEvents_EnvelopeHideEventHandler EnvelopeHide;
event IMsoEnvelopeVBEvents_EnvelopeHideEventHandler^ EnvelopeHide;
 void add_EnvelopeHide(IMsoEnvelopeVBEvents_EnvelopeHideEventHandler handler);
 void remove_EnvelopeHide(IMsoEnvelopeVBEvents_EnvelopeHideEventHandler 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