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