RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / UserDictionary Class / OnLoadProgressChanged Method

In This Topic
    OnLoadProgressChanged Method (UserDictionary)
    In This Topic
    Raises the LoadProgressChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnLoadProgressChanged( _
       ByVal e As DownloadProgressChangedEventArgs _
    ) 
    protected void OnLoadProgressChanged( 
       DownloadProgressChangedEventArgs e
    )

    Parameters

    e
    See Also