[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.OnKeyDown

OnKeyDown Method

OnKeyDown(KeyEventArgs)

Called when the a keyboard key is pressed.

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

The event that originated the action.

Returns
Type Description
bool
Overrides