Fires when user added a custom word.
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