ComponentOne SpellChecker for WinForms
AutoReplaceEventHandler Delegate

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace : AutoReplaceEventHandler Delegate
C1SpellChecker that fired the event.
AutoReplaceEventArgs that contains the event data.
Represents the method that will handle the AutoReplace event.
Syntax
'Declaration
 
Public Delegate Sub AutoReplaceEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As AutoReplaceEventArgs _
) 
public delegate void AutoReplaceEventHandler( 
   System.object sender,
   AutoReplaceEventArgs e
)

Parameters

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

Reference

AutoReplaceEventHandler Members
C1.Win.C1SpellChecker Namespace