ApplicationEvents4_WindowSelectionChangeEventHandler Delegate

Definition

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

Applies to