RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindWindow..::..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.DbLookup.Controls.WPF.AdvancedFind
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.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.