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

SpellChecker.CustomWord Event

Fires when user added a custom word.

[Visual Basic]
Public Event CustomWord As SpellCheckerEventHandler
[C#]
public event SpellCheckerEventHandler CustomWord;

Event Data

The event handler receives an argument of type SpellCheckerEventArgs containing data related to this event. The following SpellCheckerEventArgs property provides information specific to this event.

Property Description
CustomWord Gets the custom word.

Remarks

This event is fired when user adds a custom word. You can handle this event to save the custom word, then call AddCustomWord when your application restarts.

You must also call AddCustomWord in order for the custom word to be used for any subsequent spell checking request.

See Also

SpellChecker Class | EO.Web Namespace


Direct link to this topic