'Declaration
Public OnWriteNodeId As Opc.Ua.NodeAttributeEventHandler(Of NodeId)
'Usage
Dim instance As NodeState Dim value As Opc.Ua.NodeAttributeEventHandler(Of NodeId) value = instance.OnWriteNodeId instance.OnWriteNodeId = value
public Opc.Ua.NodeAttributeEventHandler<NodeId> OnWriteNodeId
public:
Opc.Ua.NodeAttributeEventHandler<NodeId^>^ OnWriteNodeId