Table of Contents

Constructor HyperTextEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

HyperTextEventArgs(string, bool)

Initializes a new instance of the HyperTextEventArgs class with specified Text and HyperText values.

public HyperTextEventArgs(string text, bool isHyperText)

Parameters

text string

Specifies text to check.

isHyperText bool

Indicates whether given text represents hypertext.