ObjectDataSourceView.Updated Event
.NET Framework 3.0
Occurs when an Update operation has completed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event ObjectDataSourceStatusEventHandler^ Updated { void add (ObjectDataSourceStatusEventHandler^ value); void remove (ObjectDataSourceStatusEventHandler^ value); }
/** @event */ public void add_Updated (ObjectDataSourceStatusEventHandler value) /** @event */ public void remove_Updated (ObjectDataSourceStatusEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
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. 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 handling events, see Consuming Events.
Community Additions
ADD
Show: