DocEvents_FollowHyperlinkEventHandler Delegate

Definition

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

Applies to