AppEvents_SheetFollowHyperlinkEventHandler Delegate

Definition

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

Sh
Object

Required Object. The Worksheet object that contains the hyperlink.

Target
Hyperlink

Required Hyperlink. The Hyperlink object that represents the destination of the hyperlink.

Attributes

Applies to