Table of Contents

Class HyperTextEventArgs

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

Provides data for the HyperTextEvent handler.

public class HyperTextEventArgs : EventArgs
Inheritance
HyperTextEventArgs

Constructors

HyperTextEventArgs(string, bool)

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

Properties

IsHyperText

Returns value indicating whether HyperTextEventArgs.Text represents hypertext.

Text

Contains string to check.