[Missing <summary> documentation for "T:CoreDevices.DeviceControls.OnColorPickedEvent"]

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

Syntax

C#
public delegate void OnColorPickedEvent(
	Object sender,
	Color newColor
)
Visual Basic (Declaration)
Public Delegate Sub OnColorPickedEvent ( _
	sender As Object, _
	newColor As Color _
)
Visual C++
public delegate void OnColorPickedEvent(
	Object^ sender, 
	Color newColor
)

Parameters

sender
Type: System..::.Object
newColor
Type: System.Drawing..::.Color

See Also