Table of Contents

Class TouchEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides event data for the touch events.

public class TouchEventArgs : HandledEventArgs
Inheritance
TouchEventArgs

Constructors

TouchEventArgs()

Initializes a new instance of the TouchEventArgs class.

TouchEventArgs(long, TouchAction, PointD, bool)

Initializes a new instance of the TouchEventArgs class with the specified paramaters.

TouchEventArgs(long, TouchAction, MouseButton, TouchDeviceType, PointD, bool)

Initializes a new instance of the TouchEventArgs class with the specified parameters.

TouchEventArgs(long, TouchAction, MouseButton, TouchDeviceType, PointD, bool, int)

Initializes a new instance of the TouchEventArgs class with the specified parameters.

TouchEventArgs(long, TouchAction, MouseButton, TouchDeviceType, PointD, bool, int, float)

Initializes a new instance of the TouchEventArgs class with the specified parameters.

Properties

ActionType

Gets or sets the type of touch action that initiated this event.

DeviceType

Gets or sets the touch device used to raise the touch event.

Id

Gets or sets the ID used to track the touch event.

InContact

Gets or sets whether or not the touch device is in contact with the screen.

Location

Gets or sets the location of the touch.

MouseButton

Gets or sets the mouse button used to raise the touch event.

Pressure

Gets or sets the pressure of the touch event.

WheelDelta

Gets or sets the amount the wheel was scrolled.

Methods

ToString()

Gets string representation of this object.