[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridLinkedCellFactory.OnKeyDown

OnKeyDown Method

OnKeyDown(KeyRoutedEventArgs)

Called when the a keyboard key is pressed.

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

The event that originated the action.

Returns
Type Description
bool
Overrides