Map.OnKeyDown Method (KeyEventArgs)
Enables the ability to provide custom handling when a keyboard key is pressed.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected override void OnKeyDown(
KeyEventArgs e
)
protected:
virtual void OnKeyDown(
KeyEventArgs^ e
) override
override OnKeyDown :
e:KeyEventArgs -> unit
Protected Overrides Sub OnKeyDown (
e As KeyEventArgs
)
Parameters
e
Type: System.Windows.Input.KeyEventArgsThe event arguments.
See Also
Map Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top