开发者

Event on data changing in bindingsource

开发者 https://www.devze.com 2023-04-09 05:19 出处:网络
I have DataGridView and BindingSource with DataSet. When I filled dataset using datatable adapter I would like some event trigge开发者_开发百科red when each row has added to dataset.The RowsAdded even

I have DataGridView and BindingSource with DataSet. When I filled dataset using datatable adapter I would like some event trigge开发者_开发百科red when each row has added to dataset.


The RowsAdded event is fired everytime a row is added to the DataGridView.

Check http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.rowsadded%28v=vs.80%29.aspx

Edit: Sorry, I misunderstood your question. I thought you meant you wanted an event fired when rows where added to the dgv.

0

精彩评论

暂无评论...
验证码 换一张
取 消