UITextFieldDelegate_Extensions.ShouldBeginEditing 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.
Whether editing should begin in the specified text field.
public static bool ShouldBeginEditing (this UIKit.IUITextFieldDelegate This, UIKit.UITextField textField);
static member ShouldBeginEditing : UIKit.IUITextFieldDelegate * UIKit.UITextField -> bool
Parameters
- This
- IUITextFieldDelegate
The instance on which this extension method operates.
- textField
- UITextField