C# Класс CyrusBuilt.MonoPi.Devices.Fireplace.FireplaceStateChangedEventArgs

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

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

Метод Описание
FireplaceStateChangedEventArgs ( FireplaceState oldState, FireplaceState newState ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplaceStateChangedEventArgs class with the new and old states.

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

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

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplaceStateChangedEventArgs class with the new and old states.
public FireplaceStateChangedEventArgs ( FireplaceState oldState, FireplaceState newState ) : System
oldState FireplaceState /// The previous (old) state of the fireplace. ///
newState FireplaceState /// The new (current) state of the fireplace. ///
Результат System