Called before the ManipulationCompleted event occurs.

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

Syntax

C#
protected virtual void OnManipulationCompleted(
	ManipulationCompletedEventArgs e
)
Visual Basic
Protected Overridable Sub OnManipulationCompleted ( _
	e As ManipulationCompletedEventArgs _
)

Parameters

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

See Also