DocEvents_FollowHyperlinkEventHandler 委托

定义

用于为事件添加事件处理程序的FollowHyperlink委托类型。 单击工作表上的任何超链接时,将发生 FollowHyperlink 事件。

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)

参数

Target
Hyperlink

必需 Hyperlink。 一个代表超链接目标的 Hyperlink 对象。

属性

适用于