'Declaration
Public Event AttributePropertyChanged As NodeAttributePropertyEventHandler
'Usage
Dim instance As NView Dim handler As NodeAttributePropertyEventHandler AddHandler instance.AttributePropertyChanged, handler
public event NodeAttributePropertyEventHandler AttributePropertyChanged