views:

18

answers:

0

Hi, I know I need to use some invoke method. But how will this work in respect to object properties bound to the DataGridView? Is it possible to have the DataGridView update automatically when the property of the bound object changes, and at the same time invoke it?

The object I want to display is updated through an API event, so it will be on a separate thread. If someone has example of this would be very helpful..

Cheers! :)