ApplicationEvents4_EPostagePropertyDialogEventHandler Delegate
A Delegate type used to add an event handler for the EPostagePropertyDialog event. The EPostagePropertyDialog event occurs when a user clicks the E-postage Properties (Labels and Envelopes dialog box) button or Print Electronic Postage toolbar button.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_EPostagePropertyDialogEventHandler ( _
Doc As Document _
)
'Usage
Dim instance As New ApplicationEvents4_EPostagePropertyDialogEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_EPostagePropertyDialogEventHandler(
Document Doc
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
The name of the document to which to add electronic postage.