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

DecimalEditControl..::..OnPreviewKeyDown Method

Handles the [E:PreviewKeyDown] event.

Namespace:  RingSoft.DataEntryControls.WPF
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 instance containing the event data.