ActiveList Members

The ActiveList<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method Add
Public method AddRange
Public method Clear
Public method Insert
Protected method OnBeforeItemAdded
Raises before an Item is added to the list.
Protected method OnBeforeItemRemoved
Raises before an Item is removed from the list.
Protected method OnBeforeItemsCleared
Raises before the Items are cleared from this list.
Protected method OnItemAdded
Raises when an Item is added to the list.
Protected method OnItemRemoved
Raises when an Item is removed from the list.
Protected method OnItemsCleared
Raises when the Items are cleared from this list.
Protected method OnItemsSorted
Raises when the Items are sorted using Sort
Public method Remove
Public method RemoveAt
Public method Sort()()()()
Sorts this instance.
Public method Sort(Comparison<(Of <<'(T>)>>))
Sorts the specified comparison.
Public method Sort(IComparer<(Of <<'(T>)>>))
Sorts the specified comparer.
Public method Sort(Int32, Int32, IComparer<(Of <<'(T>)>>))
Sorts the specified index.

Properties


  Name Description
Public property this

Events


  Name Description
Public event BeforeItemAdded
Raises before an item is added to the list.
Public event BeforeItemRemoved
Raises before an item is removed from the list.
Public event BeforeItemsCleared
Raises before the items are cleared from the list.
Public event ItemAdded
Raises when an item is added to the list.
Public event ItemRemoved
Raises when an item is removed from the list.
Public event ItemsCleared
Raises when the items are cleared from the list.
Public event ItemsSorted
Raises when the Items are sorted using Sort