MonobjcMonobjc Documented Class Library
TextViewDidCheckTextInRangeTypesOptionsResultsOrthographyWordCount Event
NamespacesMonobjc.AppKitNSTextView..::..NSTextViewDelegateEventDispatcherTextViewDidCheckTextInRangeTypesOptionsResultsOrthographyWordCount

Invoked to allow the delegate to modify the text checking results after checking has occurred.

Original signature is '- (NSArray *)textView:(NSTextView *)view didCheckTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary *)options results:(NSArray *)results orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
An array of NSTextCheckingResult instances. You can return the results array as is, or an altered array of NSTextCheckingResult objects.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)