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 asyncronous error occurs. This is only used for network errors for Managers opened over the network.

See Also