[]
        
(Showing Draft Content)

C1.iOS.Input.C1TextBox.KeyDown

KeyDown Event

This event is raised when up, down, or enter keys are hit, or either when the cursor is at the beginning and left is hit or when the cursor is at the end and right is hit.

Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public event EventHandler<UIKeyCommand> KeyDown
Public Event KeyDown As EventHandler(Of UIKeyCommand)
Returns
Type Description
EventHandler<UIKeyCommand> This event is raised when up, down, or enter keys are hit, or either when the cursor is at the beginning and left is hit or when the cursor is at the end and right is hit.