InputTouchEventArgs Class
Event arguments that represent a wrapped TouchEventArgs, for testing and mocking.
public class InputTouchEventArgs : EventArgs
Constructors
InputTouchEventArgs(TouchEventArgs)
Event arguments that represent a wrapped TouchEventArgs, for testing and mocking.
public InputTouchEventArgs(TouchEventArgs args)
| Parameter | Type | Description |
|---|---|---|
| args | TouchEventArgs | The TouchEventArgs instance containing the event data. |
Properties
Handled
Indicates whether this InputTouchEventArgs is handled.
Timestamp
The timestamp.
TouchDevice
The touch device.
Methods
GetTouchPoint(IInputElement)
Gets the touch point, relative to a given IInputElement.
public IInputTouchPoint GetTouchPoint(IInputElement relativeTo)
| Parameter | Type | Description |
|---|---|---|
| relativeTo | IInputElement | The IInputElement that the touch point is relative to. |
Returns
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()