RadControls for Silverlight

Provides data for the RadDragDelta event that occurs one or more times 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.1050

Syntax

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

Inheritance Hierarchy

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

See Also