Esempio n. 1
0
 /// <summary>
 /// Raises the <see cref="FileDeletionError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FlagSync.Core.FileDeletionErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileDeletionError(FileDeletionErrorEventArgs e)
 {
     this.FileDeletionError.RaiseSafe(this, e);
 }
Esempio n. 2
0
 /// <summary>
 /// Handles the FileDeletionError event of the currentJob control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="FlagSync.Core.FileDeletionErrorEventArgs"/> instance containing the event data.</param>
 private void currentJob_FileDeletionError(object sender, FileDeletionErrorEventArgs e)
 {
     this.FileDeletionError.RaiseSafe(this, e);
 }
Esempio n. 3
0
 /// <summary>
 /// Handles the FileDeletionError event of the currentJob control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="FlagSync.Core.FileDeletionErrorEventArgs"/> instance containing the event data.</param>
 private void currentJob_FileDeletionError(object sender, FileDeletionErrorEventArgs e)
 {
     this.FileDeletionError.RaiseSafe(this, e);
 }
Esempio n. 4
0
 /// <summary>
 /// Raises the <see cref="FileDeletionError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FlagSync.Core.FileDeletionErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileDeletionError(FileDeletionErrorEventArgs e)
 {
     this.FileDeletionError.RaiseSafe(this, e);
 }