The Temperature Change Event Delegate.
Namespace:
Phidgets.Events
Assembly:
Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Sub TemperatureChangeEventHandler ( _
sender As Object, _
e As TemperatureChangeEventArgs _
) |
Parameters
- sender
- Type: System..::.Object
The object that triggered the event.
- e
- Type: Phidgets.Events..::.TemperatureChangeEventArgs
A TemperatureChangeEventArgs object containing data and information related to the temperature change event.
See Also