C# Which Event should I use to display data in a textbox when I select an item in a listbox?
I want to select an item in a list box (winforms) and then a textbox near by show some data related to that item but I don't know which event to use. I'll need to be able to click down the list and watch the textbox text update with each click.
Thanks