Method ToKeyPressEventArgs
ToKeyPressEventArgs(AbstractControl?, UIPress)
Converts event arguments from UIKit.UIPress to KeyPressEventArgs.
public virtual KeyPressEventArgs[]? ToKeyPressEventArgs(AbstractControl? control, UIPress press)Parameters
- controlAbstractControl
- Target control. 
- pressUIPress
- Information about the pressed key.