DocumentClass.DocumentEvents_Event_remove_New Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub DocumentEvents_Event_remove_New ( _
param0 As DocumentEvents_NewEventHandler _
)
'Usage
Dim instance As DocumentClass
Dim param0 As DocumentEvents_NewEventHandler
instance.DocumentEvents_Event_remove_New(param0)
public virtual void DocumentEvents_Event_remove_New(
DocumentEvents_NewEventHandler param0
)
Parameters
Implements
DocumentEvents_Event.remove_New(DocumentEvents_NewEventHandler)