BaseDataBoundControl.DataBound Event

Definition

Occurs after the server control binds to a data source.

public:
 event EventHandler ^ DataBound;
public event EventHandler DataBound;
member this.DataBound : EventHandler 
Public Custom Event DataBound As EventHandler 

Event Type

Remarks

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

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also