LinqDataSourceView::Updated Event

 

Occurs when an update operation has finished.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
event EventHandler<LinqDataSourceStatusEventArgs^>^ Updated {
	void add(EventHandler<LinqDataSourceStatusEventArgs^>^ value);
	void remove(EventHandler<LinqDataSourceStatusEventArgs^>^ value);
}

Handle the Updated event to examine the values of output parameters after an update operation has finished or to catch exceptions that were thrown during the update operation. The output parameters are available from the LinqDataSourceStatusEventArgs object that is associated with the event.

.NET Framework
Available since 3.5
Return to top
Show: