Raises the Control.Unload event.
- e
- An EventArgs object that contains event data.
ASP.NET calls this method to raise the Control.Unload event. If you are developing a custom control, you can override this method in order to provide additional processing. If you override this method, call the base control's Control.OnUnload(EventArgs) method to notify subscribers to the event.