ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / CheckControlCompletedEventArgs Class / ErrorCount Property

In This Topic
    ErrorCount Property (CheckControlCompletedEventArgs)
    In This Topic
    Gets the number of spelling errors detected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorCount As Integer
    public int ErrorCount {get;}
    See Also