C# Класс CyrusBuilt.MonoPi.Components.Lights.LightStateChangeEventArgs

Light state change event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LightStateChangeEventArgs ( System.Boolean isOn ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Lights.LightStateChangeEventArgs class with a flag indicating whether or not the light is on.

Описание методов

LightStateChangeEventArgs() публичный Метод

Initializes a new instance of the CyrusBuilt.MonoPi.Components.Lights.LightStateChangeEventArgs class with a flag indicating whether or not the light is on.
public LightStateChangeEventArgs ( System.Boolean isOn ) : System
isOn System.Boolean /// If set to true is on. ///
Результат System