AppEvents_SheetFollowHyperlinkEventHandler Delegate

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.

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

Syntax

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

Parameters

See Also

Reference

Microsoft.Office.Interop.Excel Namespace