Initializes a new instance of the EventCollectionChangeEventArgs class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public EventCollectionChangeEventArgs(
	EventCollectionChangeTypeEnum changeType,
	Object oldItem,
	Object newItem,
	int index
)
Visual Basic
Public Sub New ( _
	changeType As EventCollectionChangeTypeEnum, _
	oldItem As Object, _
	newItem As Object, _
	index As Integer _
)

Parameters

changeType
Type: C1.C1Preview..::..EventCollectionChangeTypeEnum
The collection change type.
oldItem
Type: System..::..Object
The old item, or null.
newItem
Type: System..::..Object
The new item, or null.
index
Type: System..::..Int32
The item index, or -1.

See Also