Handles the System.Web.UI.Control.PreRender event.
- e
An EventArgs object that contains the event data.
The System.Web.UI.WebControls.BaseDataBoundControl class overrides the System.Web.UI.Control.OnPreRender(EventArgs) event handler to call BaseDataBoundControl.EnsureDataBound before calling the base class System.Web.UI.Control.OnPreRender(EventArgs) method.