A basic implementation of a data grid key handler.
This class may be subclassed and customized as needed.
Private
Whether the key handler is disposed.
Dispose of the resources held by the key handler.
Protected
Handle the 'ArrowDown' key press for the data grid.
'ArrowDown'
The data grid of interest.
The keyboard event of interest.
Handle the 'ArrowLeft' key press for the data grid.
'ArrowLeft'
Handle the 'ArrowRight' key press for the data grid.
'ArrowRight'
Handle the 'ArrowUp' key press for the data grid.
'ArrowUp'
Handle the 'Delete' key press for the data grid.
'Delete'
Handle the 'Escape' key press for the data grid.
'Escape'
Handle the 'C' key press for the data grid.
'C'
Handle the key down event for the data grid.
The keydown event of interest.
This will not be called if the mouse button is pressed.
Handle the 'PageDown' key press for the data grid.
'PageDown'
Handle the 'PageUp' key press for the data grid.
'PageUp'
Generated using TypeDoc
A basic implementation of a data grid key handler.
Notes
This class may be subclassed and customized as needed.