Condividi tramite


UITextViewChange Delegato

Definizione

Firma delegato usata per notificare ed elaborare le modifiche in un oggetto UITextView

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

Parametri

textView
UITextView
range
NSRange
text
String

Valore restituito

Si applica a