I have an array of Client objects that I'm binding to a ListBox. The
DisplayMember property of the ListBox is set to "Name" (the name of the
client). How do I notify the ListBox that the 'Name' property has been
changed and the ListBox should be updated to reflect the new name?
Thanks!
-Noah Coad
Microsoft MVP & MCP [.NET/C#]
DisplayMember property of the ListBox is set to "Name" (the name of the
client). How do I notify the ListBox that the 'Name' property has been
changed and the ListBox should be updated to reflect the new name?
Thanks!
-Noah Coad
Microsoft MVP & MCP [.NET/C#]