Share via


UITextViewDelegate_Extensions.ShouldBeginEditing Method

Definition

Whether editing should begin in the specified UITextView.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldBeginEditing(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldBeginEditing : UIKit.IUITextViewDelegate * UIKit.UITextView -> bool

Parameters

textView
UITextView

Returns

Attributes

Applies to