ApplicationEvents4_Event.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
Event EPostagePropertyDialog As ApplicationEvents4_EPostagePropertyDialogEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_EPostagePropertyDialogEventHandler
AddHandler instance.EPostagePropertyDialog, handler
event ApplicationEvents4_EPostagePropertyDialogEventHandler EPostagePropertyDialog
Remarks
This event allows a third-party software application to intercept and show their properties dialog box.
See Also
Reference
ApplicationEvents4_Event Interface