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

DataEntryGrid..::..OnPreviewKeyDown Method

Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnPreviewKeyDown(
	KeyEventArgs e
)
Protected Sub OnPreviewKeyDown ( _
	e As KeyEventArgs _
)
protected:
void OnPreviewKeyDown(
	KeyEventArgs^ e
)

Parameters

e
Type: KeyEventArgs
The KeyEventArgs that contains the event data.