RadControls for WinForms

Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Replace change.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public NotifyCollectionChangingEventArgs(
	NotifyCollectionChangedAction action,
	IList newItems,
	IList oldItems,
	int startingIndex
)
Visual Basic
Public Sub New ( _
	action As NotifyCollectionChangedAction, _
	newItems As IList, _
	oldItems As IList, _
	startingIndex As Integer _
)

Parameters

action
Type: Telerik.WinControls.Data..::..NotifyCollectionChangedAction
newItems
Type: System.Collections..::..IList
oldItems
Type: System.Collections..::..IList
startingIndex
Type: System..::..Int32

See Also