ArcFM Desktop Developer Guide
OnItemAdded Method


Syntax
'Declaration
 
Public Sub OnItemAdded( _
   ByVal pAddedItem As ID8ListItem, _
   ByVal lIndex As Integer _
) 
'Usage
 
Dim instance As CuFavoriteListener
Dim pAddedItem As ID8ListItem
Dim lIndex As Integer
 
instance.OnItemAdded(pAddedItem, lIndex)
public void OnItemAdded( 
   ID8ListItem pAddedItem,
   int lIndex
)

Parameters

pAddedItem
lIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CuFavoriteListener Class
CuFavoriteListener Members

 

 


Send Comment