System.Web.UI.WebControls.BaseDataBoundControl.DataBound Event

Occurs after the server control binds to a data source.

Syntax

public event EventHandler DataBound

Remarks

This event notifies the server control that any data binding logic written for it has completed.

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