コード例 #1
0
ファイル: Job.cs プロジェクト: dineshkummarc/FlagSync
 /// <summary>
 /// Raises the <see cref="FileCopyError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FlagSync.Core.FileCopyErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileCopyError(FileCopyErrorEventArgs e)
 {
     this.FileCopyError.RaiseSafe(this, e);
 }
コード例 #2
0
ファイル: JobWorker.cs プロジェクト: yakkobr/FlagSync
 /// <summary>
 /// Handles the FileCopyError event of the currentJob control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="FlagSync.Core.FileCopyErrorEventArgs"/> instance containing the event data.</param>
 private void currentJob_FileCopyError(object sender, FileCopyErrorEventArgs e)
 {
     this.FileCopyError.RaiseSafe(this, e);
 }
コード例 #3
0
ファイル: JobWorker.cs プロジェクト: SmartFire/FlagSync
 /// <summary>
 /// Handles the FileCopyError event of the currentJob control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="FlagSync.Core.FileCopyErrorEventArgs"/> instance containing the event data.</param>
 private void currentJob_FileCopyError(object sender, FileCopyErrorEventArgs e)
 {
     this.FileCopyError.RaiseSafe(this, e);
 }
コード例 #4
0
ファイル: Job.cs プロジェクト: dineshkummarc/FlagSync
 /// <summary>
 /// Raises the <see cref="FileCopyError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FlagSync.Core.FileCopyErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileCopyError(FileCopyErrorEventArgs e)
 {
     this.FileCopyError.RaiseSafe(this, e);
 }