Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }