Fires the TapHold event

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual void OnTapHold(
	Object sender,
	point point
)

Parameters

sender
Type: System..::..Object
>Object sending the event
point
Type: Skewworks.NETMF..::..point
Point on screen event is occurring

See Also