Method | Description | |
---|---|---|
Close ( ) : void | ||
ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System | ||
Show ( ) : void | ||
StartCancel ( ) : void | ||
StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( [ propertyName = null ) : void |
protected OnPropertyChanged ( [ propertyName = null ) : void | ||
propertyName | [ | |
return | void |
public ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System | ||
cancelAction | System.Action | |
showDialog | System.Action | |
closeDialog | System.Action | |
return | System |
public StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void | ||
fileName | string | |
progressPercent | int | |
totalBytes | long | |
return | void |