C# Class YAMP.Sensors.Devices.AmbientLightEventArgs

Arguments for the ambient light sensor.
Inheritance: System.EventArgs
ファイルを表示 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
AmbientLightEventArgs ( Double value ) : System

Creates a new instance.

Method Details

AmbientLightEventArgs() public method

Creates a new instance.
public AmbientLightEventArgs ( Double value ) : System
value Double
return System