ActiveList Members
The ActiveList<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add | |
|
|
AddRange | |
|
|
Clear | |
|
|
Insert | |
|
|
OnBeforeItemAdded |
Raises before an Item is added to the list.
|
|
|
OnBeforeItemRemoved |
Raises before an Item is removed from the list.
|
|
|
OnBeforeItemsCleared |
Raises before the Items are cleared from this list.
|
|
|
OnItemAdded |
Raises when an Item is added to the list.
|
|
|
OnItemRemoved |
Raises when an Item is removed from the list.
|
|
|
OnItemsCleared |
Raises when the Items are cleared from this list.
|
|
|
OnItemsSorted |
Raises when the Items are sorted using Sort
|
|
|
Remove | |
|
|
RemoveAt | |
|
|
Sort()()()() |
Sorts this instance.
|
|
|
Sort(Comparison<(Of <<'(T>)>>)) |
Sorts the specified comparison.
|
|
|
Sort(IComparer<(Of <<'(T>)>>)) |
Sorts the specified comparer.
|
|
|
Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) |
Sorts the specified index.
|
Events
| Name | Description | |
|---|---|---|
|
|
BeforeItemAdded |
Raises before an item is added to the list.
|
|
|
BeforeItemRemoved |
Raises before an item is removed from the list.
|
|
|
BeforeItemsCleared |
Raises before the items are cleared from the list.
|
|
|
ItemAdded |
Raises when an item is added to the list.
|
|
|
ItemRemoved |
Raises when an item is removed from the list.
|
|
|
ItemsCleared |
Raises when the items are cleared from the list.
|
|
|
ItemsSorted |
Raises when the Items are sorted using Sort
|