RadControls for WPF

Provides data for the RadDragStarted event that occurs when a user drags a Thumb control with the mouse.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public class RadDragStartedEventArgs : RoutedEventArgs
Visual Basic
Public Class RadDragStartedEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows.Controls..::..RadDragStartedEventArgs

See Also