Delegate TextInput.Rule
A delegate method used for InputRule. It should return whether the given text can be added to the text input.
public delegate bool TextInput.Rule(TextInput input, string textToAdd)
Parameters
Returns
- bool
- A delegate method used for . It should return whether the given text can be added to the text input.