This documentation is archived and is not being maintained.

WebPartManager::EndWebPartEditing Method

Completes the process of editing a WebPart control.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual void EndWebPartEditing()

ExceptionCondition
InvalidOperationException

The control referenced by the SelectedWebPart property is nullptr.

The EndWebPartEditing method finishes the process of editing a WebPart control. It is the counterpart to the BeginWebPartEditing method.

The EndWebPartEditing method ensures that the personalization object referenced by the Personalization property is modifiable, which is necessary because editing a control is a process that requires personalization changes. The method then ensures that the SelectedWebPart object is not nullptr, so that the currently selected WebPart control can change, and finally it calls the OnSelectedWebPartChanged method.

Notes to Inheritors:

Developers who need to extend the WebPartManager control might want to override this method in a derived class. One approach would be to call the base method and then add some additional custom handling, or you might want to completely customize the entire process of completing the editing of a control. For example, in the override method, you could call the base method first, and then add some code that determines what editing changes were made, and displays the list of changes back to the end user as a confirmation.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: