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