Event KeyPress
Invoked when a character key is pressed and occurs after the key up event.
public event Action<View.KeyEventEventArgs> KeyPress
Returns
- Action<View.KeyEventEventArgs>
- Invoked when a character key is pressed and occurs after the key up event.