C# Class HA4IoT.Contracts.Actuators.StateChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
StateChangedEventArgs ( JToken oldState, JToken newState ) : System

Method Details

StateChangedEventArgs() public méthode

public StateChangedEventArgs ( JToken oldState, JToken newState ) : System
oldState JToken
newState JToken
Résultat System