Mercury API
TagRead Event
NamespacesThingMagicReaderTagRead
Occurs when each tag is read.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<TagReadDataEventArgs> TagRead
Public Event TagRead As EventHandler(Of TagReadDataEventArgs)
public:
 event EventHandler<TagReadDataEventArgs^>^ TagRead {
	void add (EventHandler<TagReadDataEventArgs^>^ value);
	void remove (EventHandler<TagReadDataEventArgs^>^ value);
}

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)