Current Update Event.

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

Syntax

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

Remarks

The current update handler is called at a set rate of 8ms for 1065 and 32ms for 1064.

See Also