[Missing <summary> documentation for "E:CoreDevices.Devices.XYStage.StopsChanged"]

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

Syntax

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

Implements

IXYStageCom..::.StopsChanged

See Also