Class TouchEventArgs
Provides data for touch related events.
Inherited Members
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TouchEventArgs : RadRoutedEventArgs
Properties
TouchDevice
Gets the touch device associated with the current event.
Declaration
public TouchDevice TouchDevice { get; }
Property Value
System.Windows.Input.TouchDevice
|
Methods
GetTouchPoint(UIElement)
Gets the touch point associated with the current event.
Declaration
public TouchPoint GetTouchPoint(UIElement relativeTo)
Parameters
System.Windows.UIElement
relativeTo
|
Returns
System.Windows.Input.TouchPoint
|
SuspendMousePromotionUntilTouchUp()
Disables automatic mouse-event promotion for the primary touch point until all touch points report as System.Windows.Input.TouchAction.Up. Promotion can be disabled only for the primary touch point while reporting System.Windows.Input.TouchAction.Down.
Declaration
public void SuspendMousePromotionUntilTouchUp()