RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..OnKeyDown Method

Invoked when the KeyDown event is received.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  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.