UITextFieldDelegate_Extensions.EditingStarted Method

Definition

Indicates that editing has begun on the specified text field.

public static void EditingStarted (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member EditingStarted : UIKit.IUITextFieldDelegate * UIKit.UITextField -> unit

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

Applies to