2 references to GridViewColumnCollectionChangedEventArgs
PresentationFramework (2)
System\Windows\Controls\GridViewColumnCollection.cs (2)
312
return new
GridViewColumnCollectionChangedEventArgs
(NotifyCollectionChangedAction.Remove, column, index, actualIndex);
396
return new
GridViewColumnCollectionChangedEventArgs
(NotifyCollectionChangedAction.Add, column, index, count /* actual index*/);