Provides handling for the KeyDownevent when the TreeViewItemhas focus.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
protected 
override 
void 
OnKeyDown(
	
KeyEventArgs 
e
)

Parameters

e
Type: System.Windows.Input . . :: . . KeyEventArgs
A KeyEventArgsthat contains the event data.

See Also