コード例 #1
0
 /// <summary>
 /// Raises the <see cref="FileFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FileFoundEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileFound(FileFoundEventArgs e)
 {
     this.FileFound.RaiseSafe(this, e);
 }
コード例 #2
0
 /// <summary>
 /// Raises the <see cref="FileFound"/> event.
 /// </summary>
 /// <param name="e">The <see cref="FileFoundEventArgs"/> instance containing the event data.</param>
 protected virtual void OnFileFound(FileFoundEventArgs e)
 {
     this.FileFound.RaiseSafe(this, e);
 }