IMsoEnvelopeVBEvents_EnvelopeHideEventHandler Delegate

Definition

A Delegate type used to add an event handler for the EnvelopeHide event. The EnvelopeHide event occurs when the user interface (UI) that corresponds to the MsoEnvelope object is hidden.

public delegate void IMsoEnvelopeVBEvents_EnvelopeHideEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void IMsoEnvelopeVBEvents_EnvelopeHideEventHandler();
[<System.Runtime.InteropServices.ComVisible(false)>]
type IMsoEnvelopeVBEvents_EnvelopeHideEventHandler = delegate of unit -> unit
Public Delegate Sub IMsoEnvelopeVBEvents_EnvelopeHideEventHandler()
Attributes

Applies to