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 internal void CallCollectionChanging(
	Object sender,
	NotifyCollectionChangingEventArgs e
)
Visual Basic
Protected Friend Sub CallCollectionChanging ( _
	sender As Object, _
	e As NotifyCollectionChangingEventArgs _
)

Parameters

sender
Type: System..::..Object
e
Type: Telerik.WinControls.Data..::..NotifyCollectionChangingEventArgs

See Also