ClassTouchEventArgs
Class
Provides data for touch related events.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class TouchEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsTouchEventArgs
Derived Classes:
Properties
TouchDevice
Gets the touch device associated with the current event.
Declaration
cs-api-definition
public TouchDevice TouchDevice { get; }
Property Value
TouchDevice
Methods
GetTouchPoint(IInputElement)
Gets the touch point associated with the current event.
Declaration
cs-api-definition
public TouchPoint GetTouchPoint(IInputElement relativeTo)
Parameters
relativeTo
IInputElement
Returns
TouchPoint
SuspendMousePromotionUntilTouchUp()
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 .
Declaration
cs-api-definition
public void SuspendMousePromotionUntilTouchUp()