Override this message to handle touch events internally.

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

Syntax

C#
protected virtual void TouchDownMessage(
	Object sender,
	point point,
	ref bool handled
)

Parameters

sender
Type: System..::..Object
Object sending the event
point
Type: Skewworks.NETMF..::..point
Point on screen touch event is occurring
handled
Type: System..::..Boolean%
true if the event is handled. Set to true if handled.

See Also