Method Matches
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
objectThe target element.
inputEventArgs
InputEventArgsThe input event arguments.
Returns
- bool
true
if the gesture matches the input event arguments; otherwise,false
.