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
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.
The reason that editing ended.
- Attributes