Share via


NSTextViewSpellingQuery Delegate

Definition

public delegate IntPtr NSTextViewSpellingQuery(NSTextView textView, IntPtr value, NSRange affectedCharRange);
type NSTextViewSpellingQuery = delegate of NSTextView * nativeint * NSRange -> nativeint

Parameters

textView
NSTextView
value
IntPtr

nativeint

affectedCharRange
NSRange

Return Value

IntPtr

nativeint

Applies to