Overrides the System.Web.UI.Control.OnInit(EventArgs) method for the associated control.
- e
- An EventArgs that contains the event data.
If there is an adapter attached to a System.Web.UI.Control object and the ControlAdapter.OnInit(EventArgs) method is overridden, the override method is called instead of the System.Web.UI.Control.OnInit(EventArgs) method.
Override ControlAdapter.OnInit(EventArgs) to perform target-specific processing in the Initialize stage of the control lifecycle. Typically, these are functions that are performed when a control is created.