Click or drag to resize

BaseScanControllerInvokeLaserControllerChanged Method


Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected void InvokeLaserControllerChanged(
	BaseLaserController oldValue,
	BaseLaserController newValue
)

Parameters

oldValue  BaseLaserController
The previous laser controller.
newValue  BaseLaserController
The current laser controller.
See Also