CollectionChangedEventArgs Class |
Namespace: Atalasoft.Imaging.WinControls
The CollectionChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CollectionChangedEventArgs(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. | |
| CollectionChangedEventArgs(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. |
| Name | Description | |
|---|---|---|
| Change | Gets the type of change applied to the collection. | |
| Index | Gets the index of the item added, removed or modified. | |
| NewThumbnail | Gets the new thumbnail. | |
| OldThumbnail | Gets the old thumbnail. | |
| Thumbnails | Gets an array of Thumbnail objects that were added to the collection. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |