RichEditCustomDocumentProcessor.SpellCheckerWordAdded(Action<WordAddedEventArgs>) Method
In This Article
Fires when a word is added to the spell checker and enables you to add custom handling.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor SpellCheckerWordAdded(
Action<WordAddedEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Word |
A delegate method that accepts Word |
#Returns
Type | Description |
---|---|
Rich |
A Rich |
See Also