C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / AutoReplaceEventHandler Delegate
C1SpellChecker that fired the event.
AutoReplaceEventArgs that contains the event data.

In This Topic
AutoReplaceEventHandler Delegate
In This Topic
Represents the method that will handle the C1SpellChecker.AutoReplace event.
Syntax
'Declaration
 
Public Delegate Sub AutoReplaceEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As AutoReplaceEventArgs _
) 
 

Parameters

sender
C1SpellChecker that fired the event.
e
AutoReplaceEventArgs that contains the event data.
See Also