BaseDataBoundControl.DataBound 事件
定义
在服务器控件绑定到数据源后发生。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
事件类型
注解
此事件通知服务器控件,为其编写的任何数据绑定逻辑都已完成。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.