public void SetSearchValueEndEdit(string _strText) { if (SearchResultGoodsView != null) { SearchResultGoodsView.OnSearchValueEndEdit(_strText); } }
/// <summary> /// 查找文本改变事件 /// </summary> /// <param name="_strText"></param> public void SetSearchValueChanged(int _nSearchType, string _strText) { if (SearchResultGoodsView != null) { SearchResultGoodsView.OnSearchValueChange((EWarGoodsStoreSearchFilter)_nSearchType, _strText); } }