Compartilhar via


UITextViewChange Delegar

Definição

Uma assinatura delegada usada para notificar e processar alterações em um 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 Retornado

Aplica-se a