IR Learn event.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public event IRLearnEventHandler Learn
Visual Basic (Declaration)
Public Event Learn As IRLearnEventHandler
Visual C++
public:
 event IRLearnEventHandler^ Learn {
	void add (IRLearnEventHandler^ value);
	void remove (IRLearnEventHandler^ value);
}

Remarks

This event is called when a new code has been learned. This generally requires the button to be held down for a second or two.

See Also