GazeManager RemoveCalibrationResultListener Method C# SDK for The Eye Tribe Tracker
Remove a ICalibrationResultListener from the TET C# client.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool RemoveCalibrationResultListener(
	ICalibrationResultListener listener
)

Parameters

listener
Type: TETCSharpClient ICalibrationResultListener
The ICalibrationResultListener instance to remove

Return Value

Type: Boolean
True if succesfully removed, false otherwise
See Also