Table of Contents

Delegate WordSpellEvent

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Represents a method that will handle the SyntaxEdit.WordSpell, TextSource.WordSpell or Spelling.WordSpell events.

public delegate void WordSpellEvent(object sender, WordSpellEventArgs e)

Parameters

sender object

The source of the event.

e WordSpellEventArgs

A WordSpellEventArgs that contains the event data.