开发者

Handle DataTable.DataRow cell change event

开发者 https://www.devze.com 2022-12-10 20:36 出处:网络
I have a DataTable that has several开发者_如何学编程 DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?It looks as though the Data

I have a DataTable that has several开发者_如何学编程 DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?


It looks as though the DataTable.ColumnChanged event will do what you want

http://msdn.microsoft.com/en-us/library/system.data.datatable.columnchanged.aspx

0

精彩评论

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