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

In This Topic
    LoadCompleted Event (UserDictionary)
    In This Topic
    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)
    Gets a readable stream that contains data downloaded by a Overload method.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    See Also