Class
InputGesture

Abstract class that describes input device gestures.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class InputGesture

Inheritance: objectInputGesture

Derived Classes: KeyGestureMouseGesture

Constructors

InputGesture()

Initializes a new instance of the InputGesture class.

Declaration

cs-api-definition
protected 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

cs-api-definition
public abstract bool Matches(object targetElement, RoutedEventArgs inputEventArgs)

Parameters

targetElement

object

The target element.

inputEventArgs

RoutedEventArgs

The System.Windows.RoutedEventArgs instance containing the event data.

Returns

bool