Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
更新过程中对数据源执行命令后发生。
Public Event RowUpdated As ULRowUpdatedEventHandler
public event ULRowUpdatedEventHandler RowUpdated;
尝试进行更新时便会触发该事件。
要处理行已更新事件,您必须创建一个 ULRowUpdatedEventHandler 委派,并将其附加到此事件。