What should I do for my wpf grid to receive and handle data; although notifications arrive from a secondary thread.
Printable View
What should I do for my wpf grid to receive and handle data; although notifications arrive from a secondary thread.
I am quite comfortable with the beautiful question you asked. Anyway I use ****** grid running my program. This c# code will help you base on your question.
C#
System.Threading.Timer timer = new System.Threading.Timer(state =>
{
Order order = _orders[random.Next(_orders.Count)];
order.Price = random.Next(50, 200) + random.NextDouble();
}, null, 0, 500);
Hello,
You have made a number of similar posts that seem to be (thinly) disguised ads for your product. Forum rules allow you to make one product announcement in the Announcements forum, but please stop posting this sort of thing elsewhere.
Thanks!
[Thread Closed]