AutoReplaceEventHandler Delegate
Represents the method that will handle the C1SpellChecker.AutoReplace event.
'Declaration
Public Delegate Sub AutoReplaceEventHandler( _
ByVal As System.Object, _
ByVal As AutoReplaceEventArgs _
)
Parameters
- sender
- C1SpellChecker that fired the event.
- e
- AutoReplaceEventArgs that contains the event data.