IMsoEnvelopeVBEvents_Event Interface

Definition

Events interface for Microsoft Office MsoEnvelope object events.

public interface class IMsoEnvelopeVBEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface IMsoEnvelopeVBEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type IMsoEnvelopeVBEvents_Event = interface
Public Interface IMsoEnvelopeVBEvents_Event
Derived
Attributes

Methods

add_EnvelopeHide(IMsoEnvelopeVBEvents_EnvelopeHideEventHandler)
add_EnvelopeShow(IMsoEnvelopeVBEvents_EnvelopeShowEventHandler)
remove_EnvelopeHide(IMsoEnvelopeVBEvents_EnvelopeHideEventHandler)
remove_EnvelopeShow(IMsoEnvelopeVBEvents_EnvelopeShowEventHandler)

Events

EnvelopeHide

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

EnvelopeShow

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

Applies to