WebPart.OnClosing(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables derived classes to provide custom handling when a WebPart control is closed on a Web Parts page.
protected public:
virtual void OnClosing(EventArgs ^ e);
protected internal virtual void OnClosing (EventArgs e);
abstract member OnClosing : EventArgs -> unit
override this.OnClosing : EventArgs -> unit
Protected Friend Overridable Sub OnClosing (e As EventArgs)
Parameters
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.