Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Binding with BindingList<T> doesnt raise list events
posted

Hi,

I'm using BindingList<CustomObject> as a datasource to my grid, but when adding a new row the ListChangedEvent of the underlying bindinglist is not raised.

Thanks