The IR Raw Data Event Delegate.

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

Syntax

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

Parameters

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

See Also