Example #1
0
        private void OnProductListPriceHistoryBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentProductListPriceHistory = uxProductListPriceHistoryBindingSource.Current as Entities.ProductListPriceHistory;

            if (_currentProductListPriceHistory != null)
            {
                _currentProductListPriceHistory.Validate();
            }
            //_ProductListPriceHistory.Validate();
            OnCurrentEntityChanged();
        }
		private void OnProductListPriceHistoryBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentProductListPriceHistory = uxProductListPriceHistoryBindingSource.Current as Entities.ProductListPriceHistory;
			
			if (_currentProductListPriceHistory != null)
			{
				_currentProductListPriceHistory.Validate();
			}
			//_ProductListPriceHistory.Validate();
			OnCurrentEntityChanged();
		}