Digital output change handler.

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

Syntax

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

Remarks

The output change handler is called when an output on this InteraceKit board has changed.

See Also