Constructor LongTapEventArgs
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
TouchDeviceTypeThe touch device used to raise the touch event.
location
PointDThe location of the touch.