DocEvents_SelectionChangeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the SelectionChange event. The SelectionChange event occurs when the selection changes on a worksheet.

public delegate void DocEvents_SelectionChangeEventHandler(Range ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_SelectionChangeEventHandler(Range Target);
Public Delegate Sub DocEvents_SelectionChangeEventHandler(Target As Range)

Parameters

Target
Range

The new selected range.

Attributes

Applies to