Свойство | Тип | Описание | |
---|---|---|---|
AddFiles | void | ||
CheckAlbumLimits | bool | ||
CreateListViewThumbnail | int | ||
DoUploadWithRetry | bool | ||
HandleDuplicateFileDuringUpload | DuplicateAction | ||
InitializeComponent | void | ||
OnActionCompleted | void | ||
OnActionStarting | void | ||
PromptToRetryAgain | bool | ||
ResetDuplicateActionPrompt | void | ||
SyncUIWithViewModel | void | ||
addFilesButton_Click | void | ||
filesListView_DragDrop | void | ||
filesListView_DragEnter | void | ||
filesListView_RetrieveVirtualItem | void | ||
removePhotosButton_Click | void |
Метод | Описание | |
---|---|---|
Initialize ( ) : void | ||
PhotosPage ( ) : System |
Do not use - only present, because a parameterless ctor is required by the winforms designer surface.
|
|
PhotosPage ( |
||
PopulateImageSizes ( ) : void | ||
PromptToUploadMorePhotos ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
AddFiles ( string files ) : void | ||
CheckAlbumLimits ( ) : bool | ||
CreateListViewThumbnail ( string fileName ) : int |
|
|
DoUploadWithRetry ( |
||
HandleDuplicateFileDuringUpload ( string fileName ) : DuplicateAction | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnActionCompleted ( |
||
OnActionStarting ( ) : void | ||
PromptToRetryAgain ( string file ) : bool | ||
ResetDuplicateActionPrompt ( ) : void | ||
SyncUIWithViewModel ( ) : void | ||
addFilesButton_Click ( object sender, |
||
filesListView_DragDrop ( object sender, |
||
filesListView_DragEnter ( object sender, |
||
filesListView_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void | ||
removePhotosButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public PhotosPage ( |
||
viewModel | ||
progressMonitor | ITaskProgressMonitor | |
Результат | System |
public PromptToUploadMorePhotos ( ) : void | ||
Результат | void |