Exemplo n.º 1
0
 /// <summary>
 /// Raises the <see cref="DirectoryScanError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryScanErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryScanError(DirectoryScanErrorEventArgs e)
 {
     this.DirectoryScanError.RaiseSafe(this, e);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Raises the <see cref="DirectoryScanError"/> event.
 /// </summary>
 /// <param name="e">The <see cref="DirectoryScanErrorEventArgs"/> instance containing the event data.</param>
 protected virtual void OnDirectoryScanError(DirectoryScanErrorEventArgs e)
 {
     this.DirectoryScanError.RaiseSafe(this, e);
 }