C# Class YAMP.VariableEventArgs

Contains information about which variable changed its value into what.
Inheritance: System.EventArgs
Exibir arquivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
VariableEventArgs ( string name, Value value ) : System

Creates a new instance.

Method Details

VariableEventArgs() public method

Creates a new instance.
public VariableEventArgs ( string name, Value value ) : System
name string The name of the variable.
value Value The value of the variable.
return System