RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / UserDictionary Class / LoadAsync Method / LoadAsync(String) Method
Uri that points to the compressed dictionary data.

In This Topic
    LoadAsync(String) Method
    In This Topic
    Loads the dictionary from a Uri pointing to the compressed dictionary data.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadAsync( _
       ByVal uri As String _
    ) 
    public void LoadAsync( 
       string uri
    )

    Parameters

    uri
    Uri that points to the compressed dictionary data.
    Remarks
    When this method completes, it fires the LoadCompleted event.
    See Also