RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellDictionary Class / LoadProgressChanged Event

In This Topic
    LoadProgressChanged Event (SpellDictionary)
    In This Topic
    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