Xceed DataGrid for Silverlight Documentation
CollectionChanged Event


Raised when the collection changes.
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
'Usage
 
Dim instance As DragDropContext.SiblingsCollection
Dim handler As NotifyCollectionChangedEventHandler
 
AddHandler instance.CollectionChanged, handler
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Action  
NewItems  
NewStartingIndex  
OldItems  
OldStartingIndex  
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext.SiblingsCollection Class
DragDropContext.SiblingsCollection Members

Send Feedback