ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.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 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