LinqDataSourceInsertEventArgs::NewObject Property
Gets the object that contains the data to insert.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The NewObject property contains the data that will be inserted into the data source. Create a handler for the Inserting event and retrieve the NewObject property in order to validate the data, change the data, or cancel the insert operation before the data operation is executed.
The NewObject property returns an object of type Object. You can cast this object to the type of the class that represents the data.
The following example shows a handler for the Inserting event. The object from the NewObject property is cast to a type named Product. The DateModified property of the Product object is set to the current date and time.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.