Class ListBoxItems
Represents a collection of items within a list box.
public class ListBoxItems : IList<object>, ICollection<object>, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IList, ICollection, IEnumerable
- Inheritance
-
ListBoxItems
- Implements
Remarks
This class provides list-like behavior and supports multiple collection interfaces. It enables item management, enumeration, and indexing within a structured list.
Constructors
- ListBoxItems(BaseCollection<ListControlItem>)
Initializes a new instance of the ListBoxItems class.
Properties
Methods
- AddRange(IEnumerable<object>)
Adds multiple items to the collection.
- ~ListBoxItems()
Finalizes an instance of the ListBoxItems class.
Events
- CollectionChanged
Occurs when the collection's contents change.
- PropertyChanged
Occurs when a property value changes.