Fires when the user starts dragging the UIElement with the mouse.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use C1DragHelper.DragStarted instead.")] public event EventHandler<MouseDragEventArgs> MouseDragStart |
Visual Basic |
---|
<ObsoleteAttribute("Use C1DragHelper.DragStarted instead.")> _ Public Event MouseDragStart As EventHandler(Of MouseDragEventArgs) |