ComponentOne SpellChecker for WPF and Silverlight
LoadAsync(String) Method

C1.Silverlight.SpellChecker Namespace > SpellDictionaryBase Class > LoadAsync Method : LoadAsync(String) Method
Uri that points to the compressed dictionary data.
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

Reference

SpellDictionaryBase Class
SpellDictionaryBase Members
Overload List