ComponentOne SpellChecker for WPF and Silverlight
LoadProgressChanged Event (SpellDictionaryBase)

C1.Silverlight.SpellChecker Namespace > SpellDictionaryBase Class : LoadProgressChanged Event
Fires while the dictionary loads after a call to the LoadAsync(Uri) method.
Syntax
'Declaration
 
Public Event LoadProgressChanged As DownloadProgressChangedEventHandler
public event DownloadProgressChangedEventHandler LoadProgressChanged
Event Data

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

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