UITextViewDelegate_Extensions.ShouldEndEditing Method

Definition

Whether editing should end in the specified UITextView.

public static bool ShouldEndEditing (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
static member ShouldEndEditing : UIKit.IUITextViewDelegate * UIKit.UITextView -> bool

Parameters

This
IUITextViewDelegate

The instance on which this extension method operates.

textView
UITextView

Returns

Applies to