Exemplo n.º 1
0
        public void AddEvent(object source, MagazineListHandlerEventArgs args)
        {
            ListEntry entry = new ListEntry(args.CollectionName, args.CollectionChangeType, args.ElementNumber);

            ListenerList.Add(entry);
        }
Exemplo n.º 2
0
 public void MagazineListHandler(object source, MagazineListHandlerEventArgs args)
 {
     _changes.Add(new ListEntry(args.CollectionName, args.ChangeType, args.ElementIndex));
 }