Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

SpellCheckerEventHandler Delegate

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

[Visual Basic]
Public Delegate Sub SpellCheckerEventHandler( _
   ByVal sender As Object, _
   ByVal e As SpellCheckerEventArgs _
)
[C#]
public delegate void SpellCheckerEventHandler(
   object sender,
   SpellCheckerEventArgs e
);

Parameters

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

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic