'Declaration
Public Delegate Sub NodeStateReferenceAdded( _ ByVal node As NodeState, _ ByVal referenceTypeId As NodeId, _ ByVal isInverse As Boolean, _ ByVal targetId As ExpandedNodeId _ )
'Usage
Dim instance As New NodeStateReferenceAdded(AddressOf HandlerMethod)
public delegate void NodeStateReferenceAdded( NodeState node, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId )
public delegate void NodeStateReferenceAdded( NodeState^ node, NodeId^ referenceTypeId, bool isInverse, ExpandedNodeId^ targetId )
Parameters
- node
- referenceTypeId
- isInverse
- targetId