Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Attribute Event

Fired after an attribute is retrieved from the specified Item while calling GetAttributes .

Syntax

[VB.NET]
Public Event OnAttribute As OnAttributeHandler
[C#]
public event OnAttributeHandler OnAttribute;

public delegate void OnAttributeHandler(object sender, SimpledbAttributeEventArgs e);

class SimpledbAttributeEventArgs : EventArgs {
  string Item {get;}
  string AttrName {get;}
  string AttrValue {get;}
}

Remarks

Attribute is fired for each result following a call to GetAttributes or each attribute per item returned in Select.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0