RadControls for Silverlight

Initializes a new instance of the RadDragCompletedEventArgs class. Provides data for the RadDragCompleted event that occurs when a user completes a drag operation with the mouse of Thumb control.

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

Syntax

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

Inheritance Hierarchy

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

See Also