Documentation EDI-Interface LKW Walter AT - Release 1.6.1
FireOnCollectionChange(ListChangedType,Int32) Method



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > XmlObjectCollection<T> Class > FireOnCollectionChange Method : FireOnCollectionChange(ListChangedType,Int32) Method
Syntax
'Declaration
 
Protected Overloads Sub FireOnCollectionChange( _
   ByVal listChangedType As ListChangedType, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As XmlObjectCollection(Of T)
Dim listChangedType As ListChangedType
Dim index As Integer
 
instance.FireOnCollectionChange(listChangedType, index)
protected void FireOnCollectionChange( 
   ListChangedType listChangedType,
   int index
)
protected:
void FireOnCollectionChange( 
   ListChangedType listChangedType,
   int index
) 

Parameters

listChangedType
index
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

XmlObjectCollection<T> Class
XmlObjectCollection<T> Members
Overload List