RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellDictionaryBase Class / OnLoadCompleted Method
System.Net.OpenReadCompletedEventArgs that contains the event data.

In This Topic
    OnLoadCompleted Method (SpellDictionaryBase)
    In This Topic
    Raises the LoadCompleted event.
    Syntax
    'Declaration
     
    
    Protected Sub OnLoadCompleted( _
       ByVal e As OpenReadCompletedEventArgs _
    ) 
    protected void OnLoadCompleted( 
       OpenReadCompletedEventArgs e
    )

    Parameters

    e
    System.Net.OpenReadCompletedEventArgs that contains the event data.
    See Also