'DeclarationPublic Event AttributePropertyChanged As NodeAttributePropertyEventHandler
'UsageDim instance As NDocument Dim handler As NodeAttributePropertyEventHandler AddHandler instance.AttributePropertyChanged, handler
public event NodeAttributePropertyEventHandler AttributePropertyChanged