UITextFieldDelegate_Extensions.EditingEnded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- This
- IUITextFieldDelegate
- 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
- This
- IUITextFieldDelegate
- textField
- UITextField
The text field for which editing ended.
The reason that editing ended.
- Attributes