Error event.

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

Syntax

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

Remarks

The error event is called when an asynchronous error occurs. This is generally used for network errors, and device hardware error messages.

See Also