DocumentEvents_Event.add_New Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub add_New ( _
param0 As DocumentEvents_NewEventHandler _
)
'Usage
Dim instance As DocumentEvents_Event
Dim param0 As DocumentEvents_NewEventHandler
instance.add_New(param0)
void add_New(
DocumentEvents_NewEventHandler param0
)