Fires when Slider position has changed
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public event EventHandler ValueChanged |
Visual Basic (Declaration) |
---|
Public Event ValueChanged As EventHandler |
Visual C++ |
---|
public: event EventHandler^ ValueChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |