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)

Usage

WithEvents applicationEvents4_Event1 As ApplicationEvents4_Event
Function applicationEvents4_Event1_EPostagePropertyDialog(Doc As Document) As Void
    Handles applicationEvents4_Event1.EPostagePropertyDialog
End Function

Syntax

Event EPostagePropertyDialog As ApplicationEvents4_EPostagePropertyDialogEventHandler
event ApplicationEvents4_EPostagePropertyDialogEventHandler EPostagePropertyDialog;
event ApplicationEvents4_EPostagePropertyDialogEventHandler^ EPostagePropertyDialog;
 void add_EPostagePropertyDialog(ApplicationEvents4_EPostagePropertyDialogEventHandler handler);
 void remove_EPostagePropertyDialog(ApplicationEvents4_EPostagePropertyDialogEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

This event allows a third-party software application to intercept and show their properties dialog box.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ApplicationEvents4_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ApplicationEvents4_Event Members