Occurs when the slider's scroll box dragging is finished.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public event EventHandler DragCompleted
Visual Basic (Declaration)
Public Event DragCompleted As EventHandler
Visual C++
public:
 event EventHandler^ DragCompleted {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also