Evening,
when a user uses the dialog to add a new word to the custom dictionary.
Is there a way to capture that? I would like to add the word to a DB table so when I do another build of the app I can add those words to the custom dictionary txt file.
Thanks
Deasun
There is currently no way to be notified of the exact word added. For now you can handle the SpellCheckDialogClosed event and when the dialog closes, refresh the list of words in the DB by re-reading them from the user dictionary file. You can also submit a feature request to be notified of the exact word added: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.