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 オブジェクト。

属性

適用対象