System.Web.UI.WebControls.ObjectDataSource.ObjectCreated Event

Occurs after the object that is identified by the ObjectDataSource.TypeName property is created.

Syntax

public event ObjectDataSourceObjectEventHandler ObjectCreated

Remarks

Handle the ObjectDataSource.ObjectCreated event to call other methods on the business object, set properties, or perform other initialization that is specific to the business object before the System.Web.UI.WebControls.ObjectDataSource object calls the business object data method to perform a data operation. A reference to the object is accessed by the ObjectDataSourceEventArgs.ObjectInstance property, which is exposed by the System.Web.UI.WebControls.ObjectDataSourceEventArgs object.

If the method that is identified to perform the data operation is static (Shared in Visual Basic), the ObjectDataSource.ObjectCreating and ObjectDataSource.ObjectCreated events are never raised.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0