Property | Type | Description | |
---|---|---|---|
CancelButton_OnClick | void | ||
ProgressStructOnPropertyChanged | void | ||
SetTimeElapsed | void | ||
SetTimeRemaining | void |
Method | Description | |
---|---|---|
BackgroundWorkerProgressPopup ( |
||
StartWorking ( ) : void |
Method | Description | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
CancelButton_OnClick ( object sender, |
||
ProgressStructOnPropertyChanged ( object sender, |
||
SetTimeElapsed ( System.Windows.Controls.Label txt ) : void | ||
SetTimeRemaining ( System.Windows.Controls.Label txt ) : void |
public BackgroundWorkerProgressPopup ( |
||
owner | ||
backgroundWorker | ||
progressStruct | ProgressStruct | |
return | System |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |