Adds or removes callback methods for TouchGesture events

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 event OnTouchGesture TouchGesture

Value

Type: Skewworks.NETMF..::..OnTouchGesture

Implements

IControl..::..TouchGesture

Remarks

Applications can subscribe to this event to be notified when a touch gesture occurs

See Also