UITextFieldCondition
UITextFieldCondition
Delegate
Definition
A delegate used to get the condition for a UITextField.
public delegate bool UITextFieldCondition(UITextField textField);
type UITextFieldCondition = delegate of UITextField -> bool
Parameters
- textField
- UITextField UITextField
Return Value
- System.Boolean
- Inheritance
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...