ApplicationEvents4_EPostageInsertEventHandler Delegate

A Delegate type used to add an event handler for the EPostageInsert event. The EPostageInsert event occurs when a user inserts electronic postage into a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace