'DeclarationPublic Event AttributeChanged As NodeAttributeEventHandler
'UsageDim instance As NDiagramNode Dim handler As NodeAttributeEventHandler AddHandler instance.AttributeChanged, handler
public event NodeAttributeEventHandler AttributeChanged