Example #1
0
        private void OnEvaluationCompleted(EvaluationCompletedEventArgs e)
        {
            var handler = this.EvaluationCompleted;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Example #2
0
 private void OnEvaluationCompleted(EvaluationCompletedEventArgs e)
 {
     var handler = this.EvaluationCompleted;
     if (handler != null)
         handler (this, e);
 }