Called before the Tap()()()() event occurs.

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

Syntax

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

Parameters

e
Type: GestureEventArgs
Event data for the event.

See Also