IMsoEnvelopeVBEvents_EnvelopeHideEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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