Show / Hide Table of Contents

Class SumatraPDFControl.LinkClickedEventArgs

Argument class received by LinkClick event

Inheritance
System.Object
System.EventArgs
SumatraPDFControl.LinkClickedEventArgs
Namespace: SumatraPDF
Assembly: SumatraPDFControl.dll
Syntax
public class LinkClickedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

LinkClickedEventArgs(String)

LinkClickedEventArgs constructor

Declaration
public LinkClickedEventArgs(string LinkText)
Parameters
Type Name Description
System.String LinkText

Properties

| Improve this Doc View Source

LinkText

Document link text clicked

Declaration
public string LinkText { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX