SelectionChanged事件在WPF页面加载完成之前会自动执行一次以下方法可避免SelectionChanged事件的第一次执行: if (e.RemovedItems.Count > 0) { //事件响应 }