UIKit.UITextViewDelegate_Extensions Members

The members of UIKit.UITextViewDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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