Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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

See Also