[]
        
(Showing Draft Content)

C1.iOS.Grid.GridControlAdapter.OnKeyDown

OnKeyDown Method

OnKeyDown(UIKeyCommand)

Called when the a keyboard key is pressed.

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

The event that originated the action.

Returns
Type Description
bool