Example #1
0
 private void OnActionComplete(object sender, OnActionCompletedEventArgs e)
 {
     if (OnActionCompleted != null)
     {
         OnActionCompleted(sender, e);
     }
 }
 private void OnActionComplete(object sender, OnActionCompletedEventArgs e)
 {
     _recordWorker.ReportProgress(10, e);
 }
 private void OnActionCompleted(object sender, OnActionCompletedEventArgs e)
 {
     this.loadingControl1.MessageToShow = e.Message;
 }