Share via


NSControlTextFilter Delegado

Definición

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

Parámetros

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

Valor devuelto

String[]

Se aplica a