/// <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); }
/// <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); }