コード例 #1
0
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("Notifying the user that the file {0} has been downloaded.", e.File.Title);
 }