DataEntryGrid..::..OnKeyDown Method
Invoked when the KeyDown event is received.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnKeyDown( KeyEventArgs e )
Protected Sub OnKeyDown ( _ e As KeyEventArgs _ )
protected: void OnKeyDown( KeyEventArgs^ e )
Parameters
- e
- Type: KeyEventArgs
The Information about the event.