'Declaration
Public Delegate Sub VariableValueEventHandler( _ ByVal context As ISystemContext, _ ByVal variable As BaseVariableValue, _ ByVal component As NodeState _ )
'Usage
Dim instance As New VariableValueEventHandler(AddressOf HandlerMethod)
public delegate void VariableValueEventHandler( ISystemContext context, BaseVariableValue variable, NodeState component )
public delegate void VariableValueEventHandler( ISystemContext^ context, BaseVariableValue^ variable, NodeState^ component )
Parameters
- context
- variable
- component