Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
更新过程中对数据源执行命令后发生。
Public Event RowUpdated As SARowUpdatedEventHandler
public event SARowUpdatedEventHandler RowUpdated;
尝试进行更新时便会触发该事件。
事件处理程序会收到包含与此事件有关的数据的 SARowUpdatedEventArgs 类型的参数。
有关详细信息,请参见关于 OleDbDataAdapter.RowUpdated 事件的 .NET Framework 文档。