Table of Contents

Class MultiKeyGesture

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

Represents a multi-key gesture that can be used as a command input.

[TypeConverter(typeof(MultiKeyGestureConverter))]
public class MultiKeyGesture : KeyGesture
Inheritance
MultiKeyGesture

Constructors

MultiKeyGesture(IEnumerable<Key>, ModifierKeys)

Initializes a new instance of the MultiKeyGesture class.

MultiKeyGesture(IEnumerable<Key>, ModifierKeys, string)

Initializes a new instance of the MultiKeyGesture class.

Properties

Keys

Gets or sets the keys that make up the multi-key gesture.

Methods

Matches(object, InputEventArgs)

Determines whether the multi-key gesture matches the specified input event arguments.