LgBackLight.DeviceEventArgs.DeviceEventArgs C# (CSharp) Method

DeviceEventArgs() public method

public DeviceEventArgs ( string devicePath ) : System
devicePath string
return System
        public DeviceEventArgs(string devicePath)
        {
            DevicePath = devicePath;
        }
DeviceEventArgs