[Missing <summary> documentation for "E:CoreDevices.DeviceControls.FocusSlider.OnScroll"]

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

Syntax

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

See Also