[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.ProcessReversedKey

ProcessReversedKey Method

ProcessReversedKey(KeyEventArgs, IInputElement)

Return a command for the special key.

Declaration
protected virtual ICellTypeCommand ProcessReversedKey(KeyEventArgs e, IInputElement inputElement)
Protected Overridable Function ProcessReversedKey(e As KeyEventArgs, inputElement As IInputElement) As ICellTypeCommand
Parameters
Type Name Description
KeyEventArgs e

The KeyEventArgs object indicates the inputed key stroke.

IInputElement inputElement
Returns
Type Description
ICellTypeCommand

An ICellTypeCommand object represents the command which will be executed.