DocumentEvents2_OpenEventHandler Delegate
A Delegate type used to add an event handler for the Open event. The Open event occurs when a document is opened.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub DocumentEvents2_OpenEventHandler
'Usage
Dim instance As New DocumentEvents2_OpenEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocumentEvents2_OpenEventHandler()