Class InputGesture
Abstract class that describes input device gestures.
Inheritance
System.Object
InputGesture
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public abstract class InputGesture : Object
Constructors
InputGesture()
Methods
Matches(Object, RoutedEventArgs)
When overridden in a derived class, determines whether the specified InputGesture matches the input associated with the specified InputEventArgs object.
Declaration
public abstract bool Matches(object targetElement, RoutedEventArgs inputEventArgs)
Parameters
System.Object
targetElement
The target element. |
System.Windows.RoutedEventArgs
inputEventArgs
The System.Windows.RoutedEventArgs instance containing the event data. |
Returns
System.Boolean
|