Overrides the System.Web.UI.Control.OnUnload(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.OnUnload(EventArgs) method is overridden, the override method is called instead of the System.Web.UI.Control.OnUnload(EventArgs) method.
Override the ControlAdapter.OnUnload(EventArgs) method to do target-specific processing in the Unload stage of the control lifecycle. Typically, these are cleanup functions that precede disposition of the control.