/// <summary> /// 即将交换 /// </summary> private void SoonSwap() { if (SwapEvent != null && SwapEvent(selectItem, this)) { selectItem.Swap(this); } selectItem = null; }