ClassProductsList
Class
IBindingList example. Used for a data binding demonstration only
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class ProductsList : CollectionBase
Inheritance: objectCollectionBaseProductsList
Constructors
ProductsList()
Declaration
cs-api-definition
public ProductsList()
Properties
Methods
LoadProducts()
Declaration
cs-api-definition
public void LoadProducts()
OnClear()
Declaration
cs-api-definition
protected override void OnClear()
Overrides
OnClearComplete()
Declaration
cs-api-definition
protected override void OnClearComplete()
Overrides
OnInsertComplete(int, object)
Declaration
cs-api-definition
protected override void OnInsertComplete(int index, object value)
Parameters
index
int
value
object
Overrides
OnListChanged(ListChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnListChanged(ListChangedEventArgs ev)
Parameters
ev
ListChangedEventArgs
OnRemoveComplete(int, object)
Declaration
cs-api-definition
protected override void OnRemoveComplete(int index, object value)
Parameters
index
int
value
object
Overrides
OnSetComplete(int, object, object)
Declaration
cs-api-definition
protected override void OnSetComplete(int index, object oldValue, object newValue)
Parameters
index
int
oldValue
object
newValue
object
Overrides
Events
ListChanged
Declaration
cs-api-definition
public event ListChangedEventHandler ListChanged
Event Value
ListChangedEventHandler