Attach event.

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

Syntax

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

Remarks

The attach handler is called when a Phidget is physically attached to the system.

See Also