Detach event.

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

Syntax

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

Remarks

The detach handler is called when a Phidget is phisically detached from the system.

See Also