[Missing <summary> documentation for "E:CoreDevices.DeviceControls.ColorPicker.OnColorPicked"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public event OnColorPickedEvent OnColorPicked |
Visual Basic (Declaration) |
---|
Public Event OnColorPicked As OnColorPickedEvent |
Visual C++ |
---|
public: event OnColorPickedEvent^ OnColorPicked { void add (OnColorPickedEvent^ value); void remove (OnColorPickedEvent^ value); } |