'DeclarationPublic Event AttributePropertyChanging As NodeAttributePropertyCancelEventHandler
'UsageDim instance As NDiagramNode Dim handler As NodeAttributePropertyCancelEventHandler AddHandler instance.AttributePropertyChanging, handler
public event NodeAttributePropertyCancelEventHandler AttributePropertyChanging