SpellCheckCompletedEventArgsResults Property  | 
 
                Gets the collection of the spell checking results.
            
 
    Namespace: 
   DotNetBrowser.Browser.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.12.0
Syntaxpublic IEnumerable<SpellCheckingResult> Results { get; }Property Value
Type: 
IEnumerableSpellCheckingResultThe collection of the spell checking results. Can be empty.
See Also