标签: c# xaml windows-store-apps
如何区分GridViewItem GridView内CollectionChanged事件中的重新订购和删除?
GridViewItem
GridView
CollectionChanged
void gridView_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { //e seems to be same for Re-order and Remove }
有什么建议吗?