[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxItemList.OnCollectionChanged

OnCollectionChanged Method

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Fires the CollectionChanged event.

Declaration
protected void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type Name Description
NotifyCollectionChangedEventArgs e

OnCollectionChanged(NotifyCollectionChangedAction, object, int)

Fires the CollectionChanged event.

Declaration
protected void OnCollectionChanged(NotifyCollectionChangedAction action, object item, int index)
Parameters
Type Name Description
NotifyCollectionChangedAction action
object item
int index

OnCollectionChanged(NotifyCollectionChangedAction, IEnumerable<object>)

Fires the CollectionChanged event.

Declaration
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IEnumerable<object> items

OnCollectionChanged(NotifyCollectionChangedAction, IEnumerable<object>, int)

Fires the CollectionChanged event.

Declaration
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items, int index)
Parameters
Type Name Description
NotifyCollectionChangedAction action
IEnumerable<object> items
int index