UITextViewDelegate_Extensions.ShouldBeginEditing Method

Definition

Whether editing should begin in the specified UITextView.

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

Parameters

This
IUITextViewDelegate

The instance on which this extension method operates.

textView
UITextView

Returns

Applies to