 | VariablePropertyChangedEventHandler Delegate |
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxpublic delegate void VariablePropertyChangedEventHandler(
IVariable variable,
string propertyName
)
Public Delegate Sub VariablePropertyChangedEventHandler (
variable As IVariable,
propertyName As String
)
Dim instance As New VariablePropertyChangedEventHandler(AddressOf HandlerMethod)
Parameters
- variable
- Type: EMInvent.InventSim.COMServerIVariable
Reference to the changed variable. - propertyName
- Type: SystemString
The name of the changed property.
See Also