Notify Data Bound ListBox of Update

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Noah Coad [MVP .NET/C#]

    Notify Data Bound ListBox of Update

    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#]


Working...