RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / OnDictionaryChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnDictionaryChanged Method (C1SpellChecker)
    In This Topic
    Raises the DictionaryChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDictionaryChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnDictionaryChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also