Attach event.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
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
Remarks
            The attach handler is called when a Phidget is physically attached to the system.