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

In This Topic
    LoadProgressChanged Event (UserDictionary)
    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
    Gets the number of bytes received.  
    (Inherited from System.ComponentModel.ProgressChangedEventArgs)
    Gets the total number of bytes in a System.Net.WebClient data download operation.  
    (Inherited from System.ComponentModel.ProgressChangedEventArgs)
    See Also