[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListSelectedItemCollection

C1CheckListSelectedItemCollection Class

Represents a collection of selected C1CheckListItem objects.

Inheritance
C1CheckListSelectedItemCollection
Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public class C1CheckListSelectedItemCollection : IEnumerable<C1CheckListItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged

Properties

Name Description
Count

Gets the number of items contained in the C1CheckListSelectedItemCollection instance.

IsFixedSize

Gets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.

IsReadOnly

Gets a value indicating whether the C1CheckListSelectedItemCollection instance is read-only.

IsSynchronized

Gets a value indicating whether the C1CheckListSelectedItemCollection instance is synchronized.

this[int]

Gets or sets the item at the specified index.

SyncRoot

Gets the synchronize root.

Methods

Name Description
Add(C1CheckListItem)

Adds an item to the C1CheckListSelectedItemCollection.

Add(object)

Adds an item to the C1CheckListSelectedItemCollection.

AddRange(IEnumerable<C1CheckListItem>)

Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.

AddRange(IEnumerable)

Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.

Clear()

Removes all items from the C1CheckListSelectedItemCollection.

Contains(C1CheckListItem)

Determines whether an item is in the C1CheckListSelectedItemCollection.

Contains(object)

Determines whether an item is in the C1CheckListSelectedItemCollection.

CopyTo(C1CheckListItem[], int)

Copies the entire C1CheckListSelectedItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.

CopyTo(Array, int)

Copies the entire C1CheckListSelectedItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.

GetEnumerator()

Returns an enumerator that iterates through the C1CheckListSelectedItemCollection.

IndexOf(C1CheckListItem)

Searches for the specified item and returns the zero-based index.

IndexOf(object)

Searches for the specified item and returns the zero-based index.

Insert(int, C1CheckListItem)

Inserts item into the C1CheckListSelectedItemCollection at the specified index.

Insert(int, object)

Inserts item into the C1CheckListSelectedItemCollection at the specified index.

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raise CollectionChanged event to any listeners. Properties/methods modifying this C1CheckListSelectedItemCollection will raise a collection changed event through this virtual method.

Remove(C1CheckListItem)

Removes the first occurrence of a specified item from the collection.

Remove(object)

Removes the first occurrence of a specified item from the collection.

RemoveAt(int)

Removes the item at the specified index of the collection.

Events

Name Description
CollectionChanged

Occurs when the C1CheckListSelectedItemCollection changes, either by adding or removing an item.