Gives the delegate the opportunity to analyze both the spelling and grammar simultaneously, which is more efficient.
Original signature is '- (NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary *)options orthography:(NSOrthography *)orthography wordCount:(NSInteger *)wordCount'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public event NSSpellServer..::..SpellServerCheckStringOffsetTypesOptionsOrthographyWordCountEventHandler SpellServerCheckStringOffsetTypesOptionsOrthographyWordCount
Public Event SpellServerCheckStringOffsetTypesOptionsOrthographyWordCount As NSSpellServer..::..SpellServerCheckStringOffsetTypesOptionsOrthographyWordCountEventHandler
public: event NSSpellServer..::..SpellServerCheckStringOffsetTypesOptionsOrthographyWordCountEventHandler^ SpellServerCheckStringOffsetTypesOptionsOrthographyWordCount { void add (NSSpellServer..::..SpellServerCheckStringOffsetTypesOptionsOrthographyWordCountEventHandler^ value); void remove (NSSpellServer..::..SpellServerCheckStringOffsetTypesOptionsOrthographyWordCountEventHandler^ value); }

An array of NSTextCheckingResult instances of the spelling, grammar, or correction types, depending on the checkingTypes requested.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)