Browse by Tags

All Tags » clr » wpf (RSS)
Sorry, but there are no more tags available to filter with.

Dispatch It

In WPF, like most UI frameworks, UI elements can only be updated from the thread they were created on. If you do background work, and want to affect the UI from a different thread, you'll have to dispatch it. The Dispatcher class has a CheckAccess() method...
Posted by aelij | 1 comment(s)
Filed under: ,
More Posts