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