Table of Contents

Constructor LongTapEventArgs

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

LongTapEventArgs()

Initializes a new instance of the LongTapEventArgs class.

public LongTapEventArgs()

LongTapEventArgs(TouchDeviceType, PointD)

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

public LongTapEventArgs(TouchDeviceType deviceType, PointD location)

Parameters

deviceType TouchDeviceType

The touch device used to raise the touch event.

location PointD

The location of the touch.