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

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public event AutoReplaceEventHandler AutoReplace
Visual Basic
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