Class VariableChangedArgs
- Namespace
- Luny
- Assembly
- Luny.dll
public sealed class VariableChangedArgs : EventArgs
- Inheritance
-
objectEventArgsVariableChangedArgs
Constructors
VariableChangedArgs()
public VariableChangedArgs()
Properties
Current
public Variable Current { get; }
Property Value
Name
public string Name { get; }
Property Value
- string
Previous
public Variable Previous { get; }
Property Value
Methods
ToString()
public override string ToString()
Returns
- string