AfterCheckWordEventArgs(Object, String, String, SpellCheckOperation, Position) Constructor
In This Article
Initializes a new AfterCheckWordEventArgs class instance with specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public AfterCheckWordEventArgs(
object editControl,
string originalWord,
string changedWord,
SpellCheckOperation result,
Position startPosition
)
#Parameters
Name | Type | Description |
---|---|---|
edit |
Object | An object, representing the control being checked. |
original |
String | A string, representing a word before the check. |
changed |
String | A string, representing the word modified after the spell check. |
result | Spell |
A Spell |
start |
DevExpress. |
A DevExpress. |
See Also