Click or drag to resize

CollectionChangedEventArgs Properties

The CollectionChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChange
Gets the type of change applied to the collection.
Public propertyIndex
Gets the index of the item added, removed or modified.
Public propertyNewThumbnail
Gets the new thumbnail.
Public propertyOldThumbnail
Gets the old thumbnail.
Public propertyThumbnails
Gets an array of Thumbnail objects that were added to the collection.
Top
See Also