PH Change Event.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

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

Remarks

The ph change handler is called when the pH has changed by at least the Sensitivity that has been set.

See Also