Attach event.
Namespace:
PhidgetsAssembly: 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 this Phidget is phisically attached to the system, has gone through its initalization, and is ready to be used.