Share via


UITextViewChange Delegado

Definición

Firma de delegado usada para notificar y procesar los cambios en un uiTextView

public delegate bool UITextViewChange(UITextView textView, NSRange range, string text);
type UITextViewChange = delegate of UITextView * NSRange * string -> bool

Parámetros

textView
UITextView
range
NSRange
text
String

Valor devuelto

Se aplica a