C# Class Animatroller.Framework.LogicalDevice.Event.BrightnessChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: HakanL/animatroller

Public Methods

Method Description
BrightnessChangedEventArgs ( double newBrightness ) : System

Method Details

BrightnessChangedEventArgs() public method

public BrightnessChangedEventArgs ( double newBrightness ) : System
newBrightness double
return System