Example #1
0
 /// <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);
 }
Example #2
0
 /// <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);
 }
Example #3
0
 /// <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);
 }
Example #4
0
 /// <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);
 }