Hyperlink.OnKeyDown(KeyEventArgs) Method

Definition

Handles the KeyDown routed event.

protected public:
 override void OnKeyDown(System::Windows::Input::KeyEventArgs ^ e);
[System.Security.SecurityCritical]
protected internal override void OnKeyDown (System.Windows.Input.KeyEventArgs e);
protected internal override void OnKeyDown (System.Windows.Input.KeyEventArgs e);
[<System.Security.SecurityCritical>]
override this.OnKeyDown : System.Windows.Input.KeyEventArgs -> unit
override this.OnKeyDown : System.Windows.Input.KeyEventArgs -> unit
Protected Friend Overrides Sub OnKeyDown (e As KeyEventArgs)

Parameters

e
KeyEventArgs

Arguments associated with the KeyDown event.

Attributes

Remarks

This method overrides ContentElement.OnKeyDown.

Applies to