AppEvents_SheetFollowHyperlinkEventHandler 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 SheetFollowHyperlink event. The SheetFollowHyperlink event occurs when you click any hyperlink in Microsoft Excel.
public delegate void AppEvents_SheetFollowHyperlinkEventHandler(System::Object ^ Sh, Hyperlink ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetFollowHyperlinkEventHandler(object Sh, Hyperlink Target);
Public Delegate Sub AppEvents_SheetFollowHyperlinkEventHandler(Sh As Object, Target As Hyperlink)
Parameters
- Target
- Hyperlink
Required Hyperlink. The Hyperlink object that represents the destination of the hyperlink.
- Attributes