UITextField.ShouldReturn Property
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.
Raised when the 'Return' key was pressed, and the text field wants to know whether it should process this key press or not using the default behavior.
public UIKit.UITextFieldCondition? ShouldReturn { get; set; }
member this.ShouldReturn : UIKit.UITextFieldCondition with get, set