ComponentOne SpellChecker for WPF and Silverlight
LoadCompleted Event (SpellDictionaryBase)

C1.Silverlight.SpellChecker Namespace > SpellDictionaryBase Class : LoadCompleted Event
Fires when the dictionary finishes loading after a call to the LoadAsync(Uri) method.
Syntax
'Declaration
 
Public Event LoadCompleted As OpenReadCompletedEventHandler
public event OpenReadCompletedEventHandler LoadCompleted
Event Data

The event handler receives an argument of type OpenReadCompletedEventArgs containing data related to this event. The following OpenReadCompletedEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
 
(Inherited from System.ComponentModel.AsyncCompletedEventArgs)
See Also