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
- senderobject
- The source of the event. 
- eWordSpellEventArgs
- A - WordSpellEventArgsthat contains the event data.