RadControls for WinForms

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

Syntax

C#
protected bool OnCollectionChanging(
	NotifyCollectionChangedAction action,
	Object item,
	int index,
	int oldIndex
)
Visual Basic
Protected Function OnCollectionChanging ( _
	action As NotifyCollectionChangedAction, _
	item As Object, _
	index As Integer, _
	oldIndex As Integer _
) As Boolean

Parameters

action
Type: Telerik.WinControls.Data..::..NotifyCollectionChangedAction
item
Type: System..::..Object
index
Type: System..::..Int32
oldIndex
Type: System..::..Int32

See Also