ApplicationEvents3_SinkHelper.NewDocument Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub NewDocument ( _
param0 As Document _
)
'Usage
Dim instance As ApplicationEvents3_SinkHelper
Dim param0 As Document
instance.NewDocument(param0)
public virtual void NewDocument(
Document param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.Document
Implements
ApplicationEvents3.NewDocument(Document)
See Also
Reference
ApplicationEvents3_SinkHelper Class