Delegate WordSpellEvent
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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
senderobjectThe source of the event.
eWordSpellEventArgsA
WordSpellEventArgsthat contains the event data.