​
​
​

The UserDictionaryWordAddedEventArgs class provides data for the UserDictionaryWordAdded event in TX Spell .NET for Windows Forms and WPF.

Syntax

​public sealed class UserDictionaryWordAddedEventArgs
​Public NotInheritable Class UserDictionaryWordAddedEventArgs

​ Introduced: 3.0.

Properties

Property Description
AddedWord Gets the word that was added to the UserDictionary.
UserDictionary Gets the UserDictionary where the word was added to.
​