Table of Contents

Method Matches

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

Matches(object, InputEventArgs)

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

public override bool Matches(object targetElement, InputEventArgs inputEventArgs)

Parameters

targetElement object

The target element.

inputEventArgs InputEventArgs

The input event arguments.

Returns

bool

true if the gesture matches the input event arguments; otherwise, false.