Occurs when the user changed the hue and/or saturation.
Namespace:
CoreDevices.DeviceControlsAssembly: 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); } |