JAMS Developer Guide
ObjectChanged Method (ElementCollection)


MVPSI.JAMS Namespace > ElementCollection Class : ObjectChanged Method
Tells the collection that an item has changed
Syntax
'Declaration
 
Public Sub ObjectChanged( _
   ByVal element As Element _
) 
'Usage
 
Dim instance As ElementCollection
Dim element As Element
 
instance.ObjectChanged(element)
public void ObjectChanged( 
   Element element
)

Parameters

element
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

ElementCollection Class
ElementCollection Members