예제 #1
0
 public void OnCollectionCountChanges(object source, MyNewCollectionEventArg args)
 {
     CollectionCountChanges?.Invoke(source, args);
 }
예제 #2
0
 public void OnCollectionReferencechanges(object source, MyNewCollectionEventArg args)
 {
     CollectionReferenceChanges?.Invoke(source, args);
 }
예제 #3
0
        public void CollectionReferenceChanged(object source, MyNewCollectionEventArg args)
        {
            JournalEntry nwE = new JournalEntry(args.NameCollections, args.TypeEvent, args.NameEvent, args.Object);

            journals.Add(nwE);
        }