QuickOPC User's Guide and Reference
CurrentNodeDescriptorChanged Event (UABrowseInputsOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseInputsOutputs Class : CurrentNodeDescriptorChanged Event
Occurs when the current node descriptor has changed.
Syntax
'Declaration
 
Public Event CurrentNodeDescriptorChanged As EventHandler
'Usage
 
Dim instance As UABrowseInputsOutputs
Dim handler As EventHandler
 
AddHandler instance.CurrentNodeDescriptorChanged, handler
public event EventHandler CurrentNodeDescriptorChanged
public:
event EventHandler^ CurrentNodeDescriptorChanged
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also