Reader.Notification Event

TegoOS

ReaderNotification Event
Raised to report status notifications from reader.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public event EventHandler<IReaderNotification> Notification
Public Event Notification As EventHandler(Of IReaderNotification)
public:
 event EventHandler<IReaderNotification^>^ Notification {
	void add (EventHandler<IReaderNotification^>^ value);
	void remove (EventHandler<IReaderNotification^>^ value);
}
member Notification : IEvent<EventHandler<IReaderNotification>,
    IReaderNotification>

Value

Type: SystemEventHandlerIReaderNotification
See Also