KeyProcessor::PreviewKeyDown Method (KeyEventArgs^)

 

Handles the PreviewKeyDown event.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
virtual void PreviewKeyDown(
	KeyEventArgs^ args
)

Parameters

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

A KeyEventArgs describing the key event.

Return to top
Show: