DocEvents_ChangeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the Change event. The Change event occurs when cells on the worksheet are changed by the user or by an external link.

C#
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_ChangeEventHandler(Range Target);

Parameters

Target
Range

The changed range. Can be more than one cell.

Attributes

Applies to

Product Versions
Excel primary interop assembly Latest