/asp-net-web-forms-spell-checker-load-and-update-custom-dictionary

Load a custom dictionary once a spelling check operation is started and save the words added by a user.

Primary LanguageASP.NETOtherNOASSERTION

ASP.NET Web Forms Spell Checker - Load a custom dictionary and update it during spell check operations

This example demonstrates how to load a custom dictionary once a spelling check operation is started and save the words added by a user. Handle the CustomDictionaryLoading event to load a custom dictionary from the stream. Once a word is added to the custom dictionary (using the 'Add to Dictionary' button on the Check Spelling form), the WordAdded> event is raised. After that, the updated custom dictionary is saved to its original location.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)