LinqDataSourceUpdateEventArgs::NewObject Property
Gets the object that contains the values that will be saved in the data source.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Create an event handler for the Updating event and retrieve the NewObject property to validate the data. You can also change the data or cancel the update operation.
The following example shows an event handler for the Updating event. The example shows how to compare properties from the OriginalObject property and the NewObject property to determine whether the value in the Category property has changed. If so, the CategoryChanged property of the object in the NewObject property is set to true.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.