Click or drag to resize

BaseScanControllerInvokeScanHeadChanged Method

Invokes ScanHeadChanged.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected void InvokeScanHeadChanged(
	BaseScanHead oldValue,
	BaseScanHead newValue,
	int index
)

Parameters

oldValue  BaseScanHead
The previous laser controller.
newValue  BaseScanHead
The current laser controller.
index  Int32
The index of the scan head (zero-based). Each position will raise its own changed event.
See Also