DocEvents_FollowHyperlinkEventHandler Delegate

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub DocEvents_FollowHyperlinkEventHandler ( _
    Target As Hyperlink _
)
'Usage
Dim instance As New DocEvents_FollowHyperlinkEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocEvents_FollowHyperlinkEventHandler(
    Hyperlink Target
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Excel Namespace