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 OnDoubleScrollEvent Scroll
Visual Basic (Declaration)
Public Event Scroll As OnDoubleScrollEvent
Visual C++
public:
 event OnDoubleScrollEvent^ Scroll {
	void add (OnDoubleScrollEvent^ value);
	void remove (OnDoubleScrollEvent^ value);
}

See Also