Weight Change Event.

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

Syntax

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

Remarks

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

See Also