Base:
event
CollectionChanged
System.Activities.Presentation.Model.ModelItemCollection.CollectionChanged
8 references to CollectionChanged
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (8)
526
if (this.
CollectionChanged
!= null)
528
this.
CollectionChanged
(this, new System.Collections.Specialized.NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction.Add, item, this.Count - 1));
580
if (this.
CollectionChanged
!= null)
582
this.
CollectionChanged
(this, new System.Collections.Specialized.NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction.Add, item, index));
607
if (this.
CollectionChanged
!= null)
609
this.
CollectionChanged
(this, new System.Collections.Specialized.NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction.Remove, item, index));
632
if (this.
CollectionChanged
!= null)
634
this.
CollectionChanged
(this, new System.Collections.Specialized.NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction.Remove, item, index));