UITextViewChange Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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