ApplicationEvents4_WindowSelectionChangeEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Delegate type used to add an event handler for the WindowSelectionChange event. The WindowSelectionChange event occurs when the selection changes in the active document window.
public delegate void ApplicationEvents4_WindowSelectionChangeEventHandler(Selection ^ Sel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_WindowSelectionChangeEventHandler(Selection Sel);
type ApplicationEvents4_WindowSelectionChangeEventHandler = delegate of Selection -> unit
Public Delegate Sub ApplicationEvents4_WindowSelectionChangeEventHandler(Sel As Selection)
Parameters
- Sel
- Selection
The new selection.
- Attributes