DocEvents_ChangeEventHandler 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 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