Table of Contents

Delegate HyperTextEvent

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

Represents a method that will handle the TextEditor.CheckHyperText, TextSource.CheckHyperText or HyperTextEx.CheckHyperText events.

public delegate void HyperTextEvent(object sender, HyperTextEventArgs e)

Parameters

sender object

The source of the event.

e HyperTextEventArgs

A HyperTextEventArgs that contains the event data.