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
deviceTypeTouchDeviceTypeThe touch device used to raise the touch event.
locationPointDThe location of the touch.