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

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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