Click or drag to resize

BaseLaserControllerRaiseChangedEvents Method

Raises status, arm and pointerEnabled changed if applicable.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.47.0
Syntax
C#
protected void RaiseChangedEvents(
	LaserStatus oldStatus,
	bool invokeStatus
)

Parameters

oldStatus  LaserStatus
Old status to compare to.
invokeStatus  Boolean
False for ignoring status event.
See Also