ArcFM Responder Mobile Developer Guide
ItemAdded Method (MMTemplateClass)






Syntax
'Declaration
 
Public Overridable Sub ItemAdded( _
   ByVal pAddedItem As ID8ListItem, _
   ByVal lIndex As System.Integer _
) 
'Usage
 
Dim instance As MMTemplateClass
Dim pAddedItem As ID8ListItem
Dim lIndex As System.Integer
 
instance.ItemAdded(pAddedItem, lIndex)
public virtual void ItemAdded( 
   ID8ListItem pAddedItem,
   System.int lIndex
)
public procedure ItemAdded( 
    pAddedItem: ID8ListItem;
    lIndex: System.Integer
); virtual; 
public function ItemAdded( 
   pAddedItem : ID8ListItem,
   lIndex : System.int
);
public: virtual void ItemAdded( 
   ID8ListItem* pAddedItem,
   System.int lIndex
) 
public:
virtual void ItemAdded( 
   ID8ListItem^ pAddedItem,
   System.int lIndex
) 

Parameters

pAddedItem
lIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMTemplateClass Class
MMTemplateClass Members

Send Feedback