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