Called before the ManipulationStarted event occurs.

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

Syntax

C#
protected virtual void OnManipulationStarted(
	ManipulationStartedEventArgs e
)
Visual Basic
Protected Overridable Sub OnManipulationStarted ( _
	e As ManipulationStartedEventArgs _
)

Parameters

e
Type: System.Windows.Input..::..ManipulationStartedEventArgs
Event data for the event.

See Also