Exemple #1
0
 /// <summary>
 /// This is the method that is responsible for notifying
 /// receivers that the event occurred
 /// </summary>
 /// <param name="e">FileCopyCompletedEventArgs eventargs</param>
 protected virtual void OnFileCopyCompleted(FileCopyCompletedEventArgs e)
 {
     if (this.FileCopyCompleted != null)
     {
         this.FileCopyCompleted(this, e);
     }
 }
Exemple #2
0
 /// <summary>
 /// This is the method that is responsible for notifying
 /// receivers that the event occurred
 /// </summary>
 /// <param name="e">FileCopyCompletedEventArgs eventargs</param>
 protected virtual void OnFileCopyCompleted(FileCopyCompletedEventArgs e)
 {
     if (this.FileCopyCompleted != null)
     {
         this.FileCopyCompleted(this, e);
     }
 }