Task.UpdateUI event
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Thread.UserInterfaceUpdate as a replacement. |
Event
In this event handler, you can do user interface updates. This is called by calling the UpdateUI method.
Notes
You can supply a variety of values (as a Dictionary that you can use to determine what to update and how to update it.
Example
This code checks for passed value to use to update a ProgressBar on the Window: