UITextViewChange
UITextViewChange
Delegate
Definition
A delegate signature used to notify and process changes on a UITextView
public delegate bool UITextViewChange(UITextView textView, NSRange range, string text);
type UITextViewChange = delegate of UITextView * NSRange * string -> bool
Parameters
- textView
- UITextView UITextView
Return Value
- System.Boolean
- Inheritance
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...