NSControlTextFilter Delegate

Definition

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

Parameters

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

Return Value

String[]

Applies to