Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Document::Open Event

 

Occurs when the document is opened.

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

event DocumentEvents2_OpenEventHandler^ Open {
	void add(DocumentEvents2_OpenEventHandler^ value);
	void remove(DocumentEvents2_OpenEventHandler^ value);
}
Return to top
Show: