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