'DeclarationPublic Event NodeAttributeChanged As NodeAttributeEventHandler
'UsageDim instance As NNodeEventSinkService Dim handler As NodeAttributeEventHandler AddHandler instance.NodeAttributeChanged, handler
public event NodeAttributeEventHandler NodeAttributeChanged