Fires when user scrolls the Slider

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also