IMsoEnvelopeVBEvents_EnvelopeHideEventHandler Delegate

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.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub IMsoEnvelopeVBEvents_EnvelopeHideEventHandler
'Usage
Dim instance As New IMsoEnvelopeVBEvents_EnvelopeHideEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void IMsoEnvelopeVBEvents_EnvelopeHideEventHandler()

See Also

Reference

Microsoft.Office.Core Namespace