TreeViewItem::OnKeyDown Method (KeyEventArgs^)

 

Provides class handling for a KeyDown event.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::KeyEventArgs^

The event data.

This method sets Handled to true and collapses or expands the TreeViewItem when one of the following keys is pressed:

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Return to top
Show: