// These are callbacks that should be called by the sources. public void OnPhotoFound(object sender, PhotoFoundEventArgs args) { ((PhotoList)Photos.Collection).Add(args.FileImportInfo); }
// These are callbacks that should be called by the sources. public void OnPhotoFound (object sender, PhotoFoundEventArgs args) { ((PhotoList)Photos.Collection).Add (args.FileImportInfo); }