IVariablesEvents Interface |
Namespace: EMInvent.InventSim.COMServer
The IVariablesEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| OnVariableAdded |
The event is raised when a variable has been added to the project.
| |
| OnVariablePropertyChanged |
The event is raised when an existing variable's property has been changed.
The name of the changed property is passed in propertyName parameter.
The possible values are property names of IVariable.
Please note that when Expression of a variable changes, so is DoubleValue.
This causes OnVariablePropertyChanged event to be raised twice.
| |
| OnVariableRemoved |
The event is raised when an existing variable has been removed from the project.
|