[Missing <summary> documentation for "E:CoreDevices.StopWatch.StopWatchTick"]

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

Syntax

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

See Also