UITextFieldDelegate_Extensions.ShouldBeginEditing Method

Definition

Whether editing should begin in the specified text field.

public static bool ShouldBeginEditing (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member ShouldBeginEditing : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

Returns

Applies to