views:

59

answers:

0

This whole question is for WPF C#.

I have a class that has an event procedure that can fire at any time. The event procedure contains some text data that I need to display in a listbox. What is the best practice for making sure that the DataContext of the listbox is updated accurately as the event procedure fires?