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

AfterCheckWordEventArgs.ChangedWord Property

Gets the word which replaced the former one after the spelling check is performed.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.2.dll

Declaration

public string ChangedWord { get; }

Property Value

Type Description
String

A string, representing the word modified after spelling check.

See Also