Click or drag to resize

CollectionChangedEventArgs Constructor (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.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CollectionChangedEventArgs(
	CollectionChangeType change,
	int index,
	Thumbnail oldThumbnail,
	Thumbnail newThumbnail
)

Parameters

change
Type: Atalasoft.Imaging.WinControlsCollectionChangeType
The change on the collection.
index
Type: SystemInt32
The index of the item.
oldThumbnail
Type: Atalasoft.Imaging.WinControlsThumbnail
The old thumbnail for this item.
newThumbnail
Type: Atalasoft.Imaging.WinControlsThumbnail
The new thumbnail for this item.
See Also