'Declaration
Public Event NodeAttributeChanged As NodeAttributeEventHandler
'Usage
Dim instance As NNodeEventSinkService Dim handler As NodeAttributeEventHandler AddHandler instance.NodeAttributeChanged, handler
public event NodeAttributeEventHandler NodeAttributeChanged