/// <summary> /// item被点击时触发 /// </summary> public virtual void OnItemClick() { if (config.OnItemClick != null) { config.OnItemClick(this); } }