Compartilhar via


NSControlTextFilter Delegar

Definição

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 Retornado

String[]

Aplica-se a