Click or drag to resize

VariableAddedEventHandler Delegate

Represents the method that will handle the OnVariableAdded event raised when a variable has been added to the project. For more information please see OnVariableAdded(IVariable).

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public delegate void VariableAddedEventHandler(
	IVariable variable
)

Parameters

variable
Type: EMInvent.InventSim.COMServerIVariable
Reference to the added variable.
See Also