Exemplo n.º 1
0
        protected void FireCollectionChanged()
        {
            ItemCollectionChangedDlgt dlgt = CollectionChanged;

            if (dlgt != null)
            {
                dlgt(this);
            }
        }
Exemplo n.º 2
0
 public void Dispose()
 {
     CollectionChanged = null;
     Clear();
 }