Share via


UITextFieldDelegate_Extensions.EditingEnded Method

Definition

Overloads

Name Description
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.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EditingEnded(this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EditingEnded : UIKit.IUITextFieldDelegate * UIKit.UITextField -> unit

Parameters

textField
UITextField

The text field for which editing ended.

Attributes

Applies to

EditingEnded(IUITextFieldDelegate, UITextField, UITextFieldDidEndEditingReason)

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EditingEnded(this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField, UIKit.UITextFieldDidEndEditingReason reason);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EditingEnded : UIKit.IUITextFieldDelegate * UIKit.UITextField * UIKit.UITextFieldDidEndEditingReason -> unit

Parameters

textField
UITextField

The text field for which editing ended.

reason
UITextFieldDidEndEditingReason

The reason that editing ended.

Attributes

Applies to