Reputation: 38495
What do i use instead of
Me.Invoke
when i use wpf?
Upvotes: 6
Views: 5236
Reputation: 3721
You'll be using Dispatcher.Invoke in WPF.
MSDN Documentation
Upvotes: 11