Compartir a través de


NSTextViewChangeText Delegado

Definición

public delegate bool NSTextViewChangeText(NSTextView textView, NSRange affectedCharRange, string replacementString);
type NSTextViewChangeText = delegate of NSTextView * NSRange * string -> bool

Parámetros

textView
NSTextView
affectedCharRange
NSRange
replacementString
String

Valor devuelto

Se aplica a