Example #1
0
        private void OnProductReviewBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentProductReview = uxProductReviewBindingSource.Current as Entities.ProductReview;

            if (_currentProductReview != null)
            {
                _currentProductReview.Validate();
            }
            //_ProductReview.Validate();
            OnCurrentEntityChanged();
        }
		private void OnProductReviewBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentProductReview = uxProductReviewBindingSource.Current as Entities.ProductReview;
			
			if (_currentProductReview != null)
			{
				_currentProductReview.Validate();
			}
			//_ProductReview.Validate();
			OnCurrentEntityChanged();
		}