ProgressDialogShow Method |
Namespace: Ookii.Dialogs.Wpf
Exception | Condition |
---|---|
InvalidOperationException | The animation specified in the Animation property could not be loaded. |
This function will not block the parent window and will return immediately.
Although this function returns immediately, you cannot use the UI thread to do any processing. The dialog will not function correctly unless the UI thread continues to handle window messages, so that thread may not be blocked by some other activity. All processing related to the progress dialog must be done in the DoWork event handler.