[]
        
(Showing Draft Content)

C1.iOS.Core.C1TextField.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.Core
Assembly: C1.iOS.Core.dll
Syntax
public event EventHandler<UIKeyCommand> KeyDown
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.