Click or drag to resize

CollectionChangedEventArgs Constructor (Object, Object, Int32, CollectionAction)

Initializes a new instance of the CollectionChangedEventArgs class

Namespace:  Atalasoft.Utils
Assembly:  Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CollectionChangedEventArgs(
	Object oldItem,
	Object newItem,
	int index,
	CollectionAction action
)

Parameters

oldItem
Type: SystemObject
newItem
Type: SystemObject
index
Type: SystemInt32
action
Type: Atalasoft.UtilsCollectionAction
See Also