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
objectThe source of the event.
e
WordSpellEventArgsA
WordSpellEventArgs
that contains the event data.