The IR Learn Event Delegate.

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

Syntax

C#
public delegate void IRLearnEventHandler(
	Object sender,
	IRLearnEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub IRLearnEventHandler ( _
	sender As Object, _
	e As IRLearnEventArgs _
)
Visual C++
public delegate void IRLearnEventHandler(
	Object^ sender, 
	IRLearnEventArgs^ e
)

Parameters

sender
Type: System..::.Object
The object that triggered the event.
e
Type: Phidgets.Events..::.IRLearnEventArgs
A IRLearnEventArgs object containing data and information related to the key event.

See Also