Represents the method that will handle the AutoReplace event.

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

Syntax

C#
public delegate void AutoReplaceEventHandler(
	Object sender,
	AutoReplaceEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub AutoReplaceEventHandler ( _
	sender As Object, _
	e As AutoReplaceEventArgs _
)

Parameters

sender
Type: System..::..Object
C1SpellChecker that fired the event.
e
Type: C1.Web.Editor..::..AutoReplaceEventArgs
AutoReplaceEventArgs that contains the event data.

See Also