| 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
Syntaxprotected override void OnKeyDown(
	KeyEventArgs e
)
Protected Overrides Sub OnKeyDown ( 
	e As KeyEventArgs
)
protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override
abstract OnKeyDown : 
        e : KeyEventArgs -> unit 
override OnKeyDown : 
        e : KeyEventArgs -> unit Parameters
- e
- Type: System.Windows.InputKeyEventArgs
 Provides data about the event.
 See Also
See Also