Click or drag to resize

VariablePropertyChangedEventHandler Delegate

Represents the method that will handle the OnVariablePropertyChanged event raised when an existing variable's property has been change. For more information please see OnVariablePropertyChanged(IVariable, String).

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

Parameters

variable
Type: EMInvent.InventSim.COMServerIVariable
Reference to the changed variable.
propertyName
Type: SystemString
The name of the changed property.
See Also