TouchEventArgs
Class
Provides data for touch related events.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class TouchEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsTouchEventArgs
Derived Classes:
Properties
TouchDevice
TouchDevice
Gets the touch device associated with the current event.
C#
public TouchDevice TouchDevice { get; }
Methods
GetTouchPoint(IInputElement)
TouchPoint
Gets the touch point associated with the current event.
C#
public TouchPoint GetTouchPoint(IInputElement relativeTo)
TouchPoint
Disables automatic mouse-event promotion for the primary touch point until all touch points report as . Promotion can be disabled only for the primary touch point while reporting .
C#
public void SuspendMousePromotionUntilTouchUp()