Tag gained event
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public event TagEventHandler Tag |
Visual Basic (Declaration) |
---|
Public Event Tag As TagEventHandler |
Visual C++ |
---|
public: event TagEventHandler^ Tag { void add (TagEventHandler^ value); void remove (TagEventHandler^ value); } |
Remarks
The tag handler is called when a new tag is seen by the reader. The event is only fired one time for a new tag, so the tag has to be removed and then replaced before another tag gained event will fire.