ObjectDataSourceView.Updated 事件
定义
public:
event System::Web::UI::WebControls::ObjectDataSourceStatusEventHandler ^ Updated;
public event System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler Updated;
member this.Updated : System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler
Public Custom Event Updated As ObjectDataSourceStatusEventHandler
事件类型
注解
处理 Updated 事件以检查返回值和输出参数的值,或确定在操作完成后是否引发了异常 Update 。Handle the Updated event to examine the values of a return value and output parameters or to determine whether an exception was thrown after an Update operation has completed. 可从与事件关联的对象中获取返回值、输出参数和异常处理属性 ObjectDataSourceStatusEventArgs 。The return value, output parameters, and exception handling properties are available from the ObjectDataSourceStatusEventArgs object that is associated with the event.
有关如何处理事件的详细信息,请参阅 处理和引发事件。For more information about how to handle events, see Handling and Raising Events.