Current Change Event.

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

Syntax

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

Remarks

The current change handler is called when the current consumed by a motor changes.

See Also