UITextFieldDelegate_Extensions.EditingEnded Method

Definition

Overloads

EditingEnded(IUITextFieldDelegate, UITextField)

Indicates that editing has ended in the specified text field.

EditingEnded(IUITextFieldDelegate, UITextField, UITextFieldDidEndEditingReason)

Indicates that editing has ended in the specified text field for the specified reason.

EditingEnded(IUITextFieldDelegate, UITextField)

Indicates that editing has ended in the specified text field.

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

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

The text field for which editing ended.

Applies to

EditingEnded(IUITextFieldDelegate, UITextField, UITextFieldDidEndEditingReason)

Indicates that editing has ended in the specified text field for the specified reason.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void EditingEnded (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField, UIKit.UITextFieldDidEndEditingReason reason);
static member EditingEnded : UIKit.IUITextFieldDelegate * UIKit.UITextField * UIKit.UITextFieldDidEndEditingReason -> unit

Parameters

This
IUITextFieldDelegate

The instance on which this extension method operates.

textField
UITextField

The text field for which editing ended.

reason
UITextFieldDidEndEditingReason

The reason that editing ended.

Attributes

Applies to