Table of Contents
SpellCheckerEventHandler Delegate

Represents the method that will handle the SpellChecker's CustomWord event.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void SpellCheckerEventHandler(
   object sender,
   SpellCheckerEventArgs e
);

Parameters

sender
The source of the event.
e
A SpellCheckerEventArgs that contains the event data.
See Also