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