DocEvents_FollowHyperlinkEventHandler 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 FollowHyperlink event. The FollowHyperlink event occurs when you click any hyperlink on a worksheet.
public delegate void DocEvents_FollowHyperlinkEventHandler(Hyperlink ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_FollowHyperlinkEventHandler(Hyperlink Target);
Public Delegate Sub DocEvents_FollowHyperlinkEventHandler(Target As Hyperlink)
Parameters
- Target
- Hyperlink
Required Hyperlink. A Hyperlink object that represents the destination of the hyperlink.
- Attributes