.NET Framework Class Library
DocumentViewer.OnHyperlinkClicked Event
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Events > DocumentViewer.OnHyperlinkClicked Event |
This event is fired when the user clicks on a hyperlink present in the document.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Event OnHyperlinkClicked As EventHandler(Of OnHyperlinkClickedEventArgs) |
C# |
public event EventHandler<OnHyperlinkClickedEventArgs> OnHyperlinkClicked |
Visual C++ |
public: |