RichEditCustomDocumentProcessor.SpellCheckerWordAdded(Action<WordAddedEventArgs>) Method
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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public RichEditCustomDocumentProcessor SpellCheckerWordAdded(
Action<WordAddedEventArgs> method
)
Parameters
Name | Type | Description |
---|---|---|
method | Action<WordAddedEventArgs> | A delegate method that accepts WordAddedEventArgs as a parameter |
Returns
Type | Description |
---|---|
RichEditCustomDocumentProcessor | A RichEditCustomDocumentProcessor object |
See Also