Occurs when the user changed the hue and/or saturation.

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

Syntax

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

See Also