Method ToKeyEventArgs
ToKeyEventArgs(AbstractControl?, UIPress, KeyStates)
Converts event arguments from UIKit.UIPress to KeyEventArgs.
public virtual KeyEventArgs? ToKeyEventArgs(AbstractControl? control, UIPress press, KeyStates keyStates)Parameters
- controlAbstractControl
- Target control. 
- pressUIPress
- Information about the pressed key. 
- keyStatesKeyStates
- The state of the key referenced by the event.