Event that fires before the C1SpellChecker makes an automatic replacement in the control's text.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public event AutoReplaceEventHandler AutoReplace
Visual Basic (Declaration)
Public Event AutoReplace As AutoReplaceEventHandler

Remarks

C1SpellChecker automatically replaces text as the user types based on the list of words specified by the AutoReplaceList property.

See Also