ShellBrowser .Net Edition
OnKeyDown Method (e)
NamespacesJam.ShellShellListViewOnKeyDown(KeyEventArgs)
Override the OnKeyDown event, to handle e.g. the key press like F2, F5, copy, paste, etc.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnKeyDown(
	KeyEventArgs e
)
Protected Overrides Sub OnKeyDown ( _
	e As KeyEventArgs _
)
protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override
Parameters
e (KeyEventArgs)
Provides data for the OnKeyDown event.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)