Click or drag to resize

SearchEditOnKeyDown Method

Invoked whenever an unhandled KeyDown attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
protected override void OnKeyDown(
	KeyEventArgs e
)

Parameters

e
Type: System.Windows.InputKeyEventArgs
Provides data about the event.
See Also