MenuItem.OnKeyDown(KeyEventArgs) Method

Definition

Responds to the KeyDown event.

C#
[System.Security.SecurityCritical]
protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e);
C#
protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e);

Parameters

e
KeyEventArgs

The event data for the KeyDown event.

Attributes

Applies to