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