Querable and BindingSource item add .net

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-03-20T05:20:05Z Indexed on 2010/03/20 5:21 UTC
Read the original article Hit count: 570

Filed under:
|

Hello! I wrote my own simple Querable provider whick retrieves data from database. Now I need to bind this data to BindingSource and when new item added to BindingSource some event or method must be called for handling add operation. I have tried to implement IBingingList on a List class which is returned when query is completed, but AddNew method is not called when item added. How to implement this scenario?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about databinding