Class TouchEventArgs
Provides data for touch related events.
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(IInputElement)
Gets the touch point associated with the current event.
Declaration
public TouchPoint GetTouchPoint(IInputElement relativeTo)
Parameters
System.Windows.IInputElement
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()