Skip to main content
A newer version of this page is available. .

WordAddedEventArgs(String) Constructor

Initializes a new instance of the WordAddedEventArgs class with the specified settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

public WordAddedEventArgs(
    string word
)

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