ArcFM Engine Developer Guide
ItemAdded Method


Syntax
'Declaration
 
Public Overridable Sub ItemAdded( _
   ByVal pAddedItem As ID8ListItem, _
   ByVal lIndex As Integer _
) 
'Usage
 
Dim instance As MMValidationErrorClass
Dim pAddedItem As ID8ListItem
Dim lIndex As Integer
 
instance.ItemAdded(pAddedItem, lIndex)
public virtual void ItemAdded( 
   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

MMValidationErrorClass Class
MMValidationErrorClass Members

 

 


Send Comment