WordAddedEventArgs(String) Constructor
Initializes a new instance of the WordAddedEventArgs class with the specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
word | String | A word that has been added to the custom dictionary. |
Remarks
Instances of the WordAddedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also