Occurs when a scroll gesture started.

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

Syntax

C#
public event EventHandler<C1ScrollStartedEventArgs> ScrollStarted
Visual Basic
Public Event ScrollStarted As EventHandler(Of C1ScrollStartedEventArgs)

See Also