NSTextViewCompletion Delegate

Definition

public delegate string[] NSTextViewCompletion(NSTextView textView, string[] words, NSRange charRange, ref nint index);
type NSTextViewCompletion = delegate of NSTextView * string[] * NSRange *  -> string[]

Parameters

textView
NSTextView
words
String[]
charRange
NSRange
index
System.System.IntPtr System.nativeint

Return Value

String[]

Applies to