DocumentEvents2_Event.remove_New Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub remove_New ( _
param0 As DocumentEvents2_NewEventHandler _
)
'Usage
Dim instance As DocumentEvents2_Event
Dim param0 As DocumentEvents2_NewEventHandler
instance.remove_New(param0)
void remove_New(
DocumentEvents2_NewEventHandler param0
)