[]
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.
public event EventHandler<UIKeyCommand> KeyDown
Public Event KeyDown As EventHandler(Of UIKeyCommand)
| 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. |