Enables derived classes to provide custom handling when a WebPart control is closed on a Web Parts page.
Assembly: System.Web (in System.Web.dll)
Syntax
Protected Friend Overridable Sub OnClosing ( _
e As EventArgs _
)protected internal virtual void OnClosing(
EventArgs e
)protected public:
virtual void OnClosing(
EventArgs^ e
)abstract OnClosing :
e:EventArgs -> unit
override OnClosing :
e:EventArgs -> unit Parameters
- e
- Type: System
. . :: . EventArgs
An EventArgs that contains the event data.
Remarks
The method in the WebPart base class contains no implementation. Derived WebPart controls can override the method if needed to provide custom handling when the control is closed. The WebPartManager control automatically invokes the OnClosing method if you provide an implementation in a derived class.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.