[]
        
(Showing Draft Content)

C1.iOS.Grid.GridLinkedCellFactory.OnKeyDown

OnKeyDown Method

OnKeyDown(UIKeyCommand)

Called when the a keyboard key is pressed.

Declaration
protected override bool OnKeyDown(UIKeyCommand e)
Protected Overrides Function OnKeyDown(e As UIKeyCommand) As Boolean
Parameters
Type Name Description
UIKeyCommand e

The event that originated the action.

Returns
Type Description
bool
Overrides