Documentation EDI-Interface LKW Walter AT - Release 1.6.1
Collection_CollectionChanged Method (XmlObjectCollection<T>)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > XmlObjectCollection<T> Class : Collection_CollectionChanged Method
Syntax
'Declaration
 
Protected Sub Collection_CollectionChanged( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
'Usage
 
Dim instance As XmlObjectCollection(Of T)
Dim sender As Object
Dim e As NotifyCollectionChangedEventArgs
 
instance.Collection_CollectionChanged(sender, e)
protected void Collection_CollectionChanged( 
   object sender,
   NotifyCollectionChangedEventArgs e
)
protected:
void Collection_CollectionChanged( 
   Object^ sender,
   NotifyCollectionChangedEventArgs^ e
) 

Parameters

sender
e
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