C1.WPF.SpellChecker Namespace / SpellDictionaryBase 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 _
) 
 

Parameters

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