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: