Click or drag to resize

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

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[] thumbnails
)

Parameters

change
Type: Atalasoft.Imaging.WinControlsCollectionChangeType
The change on the collection.
index
Type: SystemInt32
The index of the item.
thumbnails
Type: Atalasoft.Imaging.WinControlsThumbnail
An array of Thumbnail objects added to the collection.
See Also