Метод | Описание | |
---|---|---|
LaunchDialogAndStartTask ( IWin32Window owner ) : DialogResult |
Kicks off a timer to send the Start event to any listeners and show the progress dialog
|
|
ProgressDialogWithTaskDlgImpl ( |
Метод | Описание | |
---|---|---|
OnShown ( |
Override to remove timer in the normal case where it is unnecessary.
|
Метод | Описание | |
---|---|---|
timer_Tick ( object sender, |
It used to be that the Shown event of ProgressDialogImpl was used to trigger the start of the task. This proved unreliable. This timer is a backup for cases where OnShown doesn't happen due to exceptions being thrown during the dialogs inital message pumping.
|
public LaunchDialogAndStartTask ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | |
Результат | DialogResult |
protected OnShown ( |
||
e | ||
Результат | void |
public ProgressDialogWithTaskDlgImpl ( |
||
owner | ||
Результат | System |