Table of Contents

Class LongTapEventArgs

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

Provides event data for the long tap events.

public class LongTapEventArgs : HandledEventArgs
Inheritance
LongTapEventArgs

Constructors

LongTapEventArgs()

Initializes a new instance of the LongTapEventArgs class.

LongTapEventArgs(TouchDeviceType, PointD)

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

Properties

DeviceType

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

Location

Gets or sets the location of the touch.

Methods

ToString()

Gets string representation of this object.