UIKit.UITextViewDelegate Members

The members of UIKit.UITextViewDelegate are listed below.

See Also: Inherited members from UIKit.UIScrollViewDelegate

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

Changed(UITextView)
Indicates the text or text attributes in the specified UITextView were changed by the app user.
EditingEnded(UITextView)
Indicates that editing has ended in the specified UITextView.
EditingStarted(UITextView)
Indicates editing has begun in the specified UITextView.
SelectionChanged(UITextView)
Indicates the text selection has changed in the specified UITextView.
ShouldBeginEditing(UITextView) : bool
Whether editing should begin in the specified UITextView.
ShouldChangeText(UITextView, Foundation.NSRange, string) : bool
Whether the specified text should be replaced in the UITextView.
ShouldEndEditing(UITextView) : bool
Whether editing should end in the specified UITextView.
ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, Foundation.NSRange) : bool
Whether the specified UITextView should allow user interaction with the specified text attachment in a given range of text.
ShouldInteractWithUrl(UITextView, Foundation.NSUrl, Foundation.NSRange) : bool
Whether the specified UITextView should allow user interaction with the specified URL in the given range of text.