Классы | Открытые члены | Защищенные члены | События

Шаблон класса TSLab.Utils.TransactionCollection< T >

Граф наследования:TSLab.Utils.TransactionCollection< T >:
TSLab.Controls.SecurityCollection

Полный список членов класса

Классы

class  SimpleMonitor

Открытые члены

void AddRange (IEnumerable< T > items)
void BeginTransaction ()
void EndTransaction ()

Защищенные члены

override void OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
override void InsertItem (int index, T item)
override void RemoveItem (int index)
override void ClearItems ()
override void SetItem (int index, T item)

События

NotifyBlockCollectionChangedEventHandler
< T > 
BlockCollectionChanged

template<T>
class TSLab::Utils::TransactionCollection-g< T >