Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub WindowSelectionChange ( _
param0 As Selection _
)
'Usage
Dim instance As ApplicationEvents3_SinkHelper
Dim param0 As Selection
instance.WindowSelectionChange(param0)
public virtual void WindowSelectionChange(
Selection param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Word.Selection
Implements
ApplicationEvents3.WindowSelectionChange(Selection)
See Also
Reference
ApplicationEvents3_SinkHelper Class