Adds or removes callback methods for DoubleTap 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 OnDoubleTap DoubleTap

Value

Type: Skewworks.NETMF..::..OnDoubleTap

Implements

IControl..::..DoubleTap

Remarks

Applications can subscribe to this event to be notified when a Double Tap occurs

See Also