ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / OnAutoReplace Method
AutoReplaceEventArgs that contains the event data.

In This Topic
    OnAutoReplace Method (C1SpellChecker)
    In This Topic
    Raises the AutoReplace event.
    Syntax
    'Declaration
     
    Public Overridable Sub OnAutoReplace( _
       ByVal e As AutoReplaceEventArgs _
    ) 
    public virtual void OnAutoReplace( 
       AutoReplaceEventArgs e
    )

    Parameters

    e
    AutoReplaceEventArgs that contains the event data.
    See Also