Called before the DoubleTap event occurs.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
protected virtual void OnDoubleTap(
	GestureEventArgs e
)
Visual Basic
Protected Overridable Sub OnDoubleTap ( _
	e As GestureEventArgs _
)

Parameters

e
Type: GestureEventArgs
Event data for the event.

See Also