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.

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

Parameters

Target
Range

The changed range. Can be more than one cell.

Attributes

Applies to