KeyBinding Constructor (ICommand^, Key, ModifierKeys)

 

Initializes a new instance of the KeyBinding class using the specified ICommand and the specified Key and ModifierKeys which will be converted into a KeyGesture.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
KeyBinding(
	ICommand^ command,
	Key key,
	ModifierKeys modifiers
)

Parameters

command
Type: System.Windows.Input::ICommand^

The command to invoke.

key
Type: System.Windows.Input::Key

The key to be associated with command.

modifiers
Type: System.Windows.Input::ModifierKeys

The modifiers to be associated with command.

.NET Framework
Available since 3.0
Return to top
Show: