Search
WorkbookView.HyperlinkClicked Event
See Also
 






Raised when a cell containing a hyperlink is clicked.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> HyperlinkClicked

Visual Basic  Copy Code

Public Event HyperlinkClicked As EventHandler(Of CellEventArgs)

 Event Data

HyperlinkClicked event handlers receive an argument of type CellEventArgs.

 See Also