DocumentEvents2_Event.Open EventĀ 

Occurs when a document is opened.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

WithEvents documentEvents2_Event1 As DocumentEvents2_Event
Function documentEvents2_Event1_Open() As Void
    Handles documentEvents2_Event1.Open
End Function

Syntax

Event Open As DocumentEvents2_OpenEventHandler
event DocumentEvents2_OpenEventHandler Open;
event DocumentEvents2_OpenEventHandler^ Open;
 void add_Open(DocumentEvents2_OpenEventHandler handler);
 void remove_Open(DocumentEvents2_OpenEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

If the event procedure is stored in a template, the procedure will run when a new document based on that template is opened and when the template itself is opened as a document.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

DocumentEvents2_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentEvents2_Event Members