Fires when the user starts dragging the UIElement with the mouse.

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

Syntax

C#
public event EventHandler<MouseDragEventArgs> MouseDragStart
Visual Basic
Public Event MouseDragStart As EventHandler(Of MouseDragEventArgs)

See Also