ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / C1SpellChecker Class / CheckControlCompleted Event

In This Topic
    CheckControlCompleted Event (C1SpellChecker)
    In This Topic
    Event that fires when the CheckControlAsync(Object) method finishes spell-checking a control.
    Syntax
    'Declaration
     
    
    Public Event CheckControlCompleted As CheckControlCompletedEventHandler
    public event CheckControlCompletedEventHandler CheckControlCompleted
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    Gets the ISpellDialog used to perform the modal spell-check.  
    Gets the ISpellCheckableEditor object that was spell-checked.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    Gets the number of spelling errors detected.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    See Also