'Declaration
Public Event AttributeChanged As NodeAttributeEventHandler
'Usage
Dim instance As NDiagramNode Dim handler As NodeAttributeEventHandler AddHandler instance.AttributeChanged, handler
public event NodeAttributeEventHandler AttributeChanged