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.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string ChangedWord { get; }

Property Value

Type Description
String

A string, representing the word modified after spelling check.

See Also