Click or drag to resize

IInputEventHandlerShortcut Method

Executed when certain keyboard shortcuts are pressed.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Shortcut(
	ExecutedRoutedEventArgs e
)

Parameters

e
Type: System.Windows.InputExecutedRoutedEventArgs

[Missing <param name="e"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.Shortcut(System.Windows.Input.ExecutedRoutedEventArgs)"]

See Also