Click or drag to resize

CollectionChangedEventArgs Constructor

Creates a CollectionChangedEventArgs object.
Overload List
  NameDescription
Public methodCollectionChangedEventArgs(CollectionChangeType, Int32, Thumbnail)
Creates a new instance of CollectionChangedEventArgs specifying the type of change, index of the item and an array of Thumbnail objects added to the collection.
Public methodCollectionChangedEventArgs(CollectionChangeType, Int32, Thumbnail, Thumbnail)
Creates a new instance of CollectionChangedEventArgs specifying the type of change, index of the item, old thumbnail and new Thumbnail for this item.
Top
See Also