ApplicationEvents2_WindowSelectionChangeEventHandler Delegate
This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents2_WindowSelectionChangeEventHandler ( _
Sel As Selection _
)
'Usage
Dim instance As New ApplicationEvents2_WindowSelectionChangeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents2_WindowSelectionChangeEventHandler(
Selection Sel
)
Parameters
- Sel
Type: Microsoft.Office.Interop.Word.Selection
This event parameter is included for backward compatibility only.