UITextFieldDelegate.EditingStarted(UITextField) 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.
Indicates that editing has begun on the specified text field.
[Foundation.Export("textFieldDidBeginEditing:")]
public virtual void EditingStarted (UIKit.UITextField textField);
abstract member EditingStarted : UIKit.UITextField -> unit
override this.EditingStarted : UIKit.UITextField -> unit
Parameters
- textField
- UITextField
- Attributes