[]
Return a command for the special key.
protected virtual ICellTypeCommand ProcessReversedKey(KeyEventArgs e, IInputElement inputElement)
Protected Overridable Function ProcessReversedKey(e As KeyEventArgs, inputElement As IInputElement) As ICellTypeCommand
Type | Name | Description |
---|---|---|
KeyEventArgs | e | The KeyEventArgs object indicates the inputed key stroke. |
IInputElement | inputElement |
Type | Description |
---|---|
ICellTypeCommand | An ICellTypeCommand object represents the command which will be executed. |