Click or drag to resize

IVariablesEvents Interface

Represents variable repository events.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IVariablesEvents

The IVariablesEvents type exposes the following members.

Methods
  NameDescription
Public methodOnVariableAdded
The event is raised when a variable has been added to the project.
Public methodOnVariablePropertyChanged
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.
Public methodOnVariableRemoved
The event is raised when an existing variable has been removed from the project.
Top
See Also