Opc.Ua.Core
OnReadNodeId Field



Opc.Ua Namespace > NodeState Class : OnReadNodeId Field
Called when the NodeId attribute is read.
Syntax
'Declaration
 
Public OnReadNodeId As Opc.Ua.NodeAttributeEventHandler(Of NodeId)
'Usage
 
Dim instance As NodeState
Dim value As Opc.Ua.NodeAttributeEventHandler(Of NodeId)
 
value = instance.OnReadNodeId
 
instance.OnReadNodeId = value
public Opc.Ua.NodeAttributeEventHandler<NodeId> OnReadNodeId
public:
Opc.Ua.NodeAttributeEventHandler<NodeId^>^ OnReadNodeId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members